Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.event | |
org.eclipse.ptp.debug.core.pdi.manager |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IPDIEventListener.handleDebugEvents(IPDIEvent[] events)
Notifies this listener of the given event.
|
Modifier and Type | Method and Description |
---|---|
void |
IPDIEventManager.fireEvent(IPDIEvent event)
Fire event
|
void |
IPDIEventManager.fireEvents(IPDIEvent[] events)
Fire multiple events
|
Modifier and Type | Method and Description |
---|---|
BigInteger[] |
IPDIMemoryManager.update(IPDIMemoryBlock block,
List<IPDIEvent> aList)
Update memory blocks
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.