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   
org.eclipse.cdt.debug.core.cdi.model   
 

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

Subinterfaces of ICDIEvent in org.eclipse.cdt.debug.core.cdi.event
 interface ICDIBreakpointMovedEvent
          Notifies that a breakpoint has changed location.
 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 ICDIExecutableReloadedEvent
          Notifies that an executable had been reloaded, perhaps after being rebuilt.
 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.
 

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

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIEvent
 boolean ICDITargetConfiguration3.needsVariablesUpdated(ICDIEvent event)
          It may be desirable to update all variables when a certain event occurs.
 boolean ICDITargetConfiguration3.needsRegistersUpdated(ICDIEvent event)
          Same idea as needsRegistersUpdated() but for registers.
 


Eclipse CDT
Pre-release 3.0

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