Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.event.ICDIEvent

Packages that use ICDIEvent
org.eclipse.cdt.debug.core.cdi.event   
 

Uses of ICDIEvent in org.eclipse.cdt.debug.core.cdi.event
 

Subinterfaces of ICDIEvent in org.eclipse.cdt.debug.core.cdi.event
 interface ICDIChangedEvent
          Notifies that the originator has changed.
 interface ICDICreatedEvent
          Notifies that the originator has been created.
 interface ICDIDestroyedEvent
          Notifies that the originator has terminated.
 interface ICDIDisconnectedEvent
          Notifies that the originator has disconnected.
 interface ICDIExitedEvent
          Notifies that the program has exited.
 interface ICDIMemoryChangedEvent
          Notifies that the originator has changed.
 interface ICDIRestartedEvent
          Notifies that the originator has been restarted.
 interface ICDIResumedEvent
          Notifies that the originator has been resumed.
 interface ICDISuspendedEvent
          Notifies that the originator has been suspended.
 

Methods in org.eclipse.cdt.debug.core.cdi.event with parameters of type ICDIEvent
 void ICDIEventListener.handleDebugEvents(ICDIEvent[] event)
          Notifies this listener of the given event.
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.