blob: 7858dd7d07bfb51610ddca7c4fc41efc2236af99 [file] [log] [blame]
/*
*(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 {
}