Skip to main content
summaryrefslogtreecommitdiffstats
blob: 354cac110004f7ac0807f5f1ffea09617582890f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *(c) Copyright QNX Software Systems Ltd. 2002.
 * All Rights Reserved.
 * 
 */

package org.eclipse.cdt.debug.core.cdi;


/**
 * 
 * Represents an information provided by the session when the program 
 * stopped by a shared libary event.
 * 
 * @since Aug 18, 2003
 */
public interface ICDISharedLibraryEvent extends ICDISessionObject {
}

Back to the top