PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.event.IPDIEvent

Packages that use IPDIEvent
org.eclipse.ptp.debug.core.pdi.event   
org.eclipse.ptp.debug.core.pdi.manager   
 

Uses of IPDIEvent in org.eclipse.ptp.debug.core.pdi.event
 

Subinterfaces of IPDIEvent in org.eclipse.ptp.debug.core.pdi.event
 interface IPDIChangedEvent
          Notifies that the originator has changed.
 interface IPDIConnectedEvent
          Notifies that the originator has connected
 interface IPDICreatedEvent
          Notifies that the originator has been created.
 interface IPDIDestroyedEvent
          Notifies that the originator has terminated
 interface IPDIDisconnectedEvent
          Notifies that the originator has disconnected
 interface IPDIErrorEvent
          Notifies that the originator has error
 interface IPDIOutputEvent
          Output generated from program.
 interface IPDIRestartedEvent
          Notifies that the originator has been restarted.
 interface IPDIResumedEvent
          Notifies that the originator has been resumed.
 interface IPDIStartedEvent
          Notifies that the originator has been started.
 interface IPDISuspendedEvent
          Notifies that the originator has been suspended.
 

Methods in org.eclipse.ptp.debug.core.pdi.event with parameters of type IPDIEvent
 void IPDIEventListener.handleDebugEvents(IPDIEvent[] events)
          Notifies this listener of the given event.
 

Uses of IPDIEvent in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIEvent
 void IPDIEventManager.fireEvent(IPDIEvent event)
          Fire event
 void IPDIEventManager.fireEvents(IPDIEvent[] events)
          Fire multiple events
 

Method parameters in org.eclipse.ptp.debug.core.pdi.manager with type arguments of type IPDIEvent
 BigInteger[] IPDIMemoryManager.update(IPDIMemoryBlock block, List<IPDIEvent> aList)
          Update memory blocks
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.