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

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

/**
 * 
 * Represents a program event supported by catchpoints.
 * 
 * @since Jul 9, 2002
 */
public interface ICDICatchEvent extends ICDISessionObject {
}

Back to the top