|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.EventModule
org.openbp.cockpit.plugins.debugger.DebuggerPlugin.ServerEvents
public class DebuggerPlugin.ServerEvents
Debugger server interface module.
Attention:
The names of the follow event methods need to correspond to the event names defined in
the EngineTraceEvent class.
These server events will be mapped automatically to the corresponding client events
by the DebuggerServerEvent class.
| Field Summary |
|---|
| Fields inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
EVENT_CONSUMED, EVENT_HANDLED, EVENT_IGNORED, MODULE_POST_GLOBAL, MODULE_PRE_GLOBAL, MODULE_TREE |
| Constructor Summary | |
|---|---|
DebuggerPlugin.ServerEvents()
|
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
controlflow(DebuggerServerEvent dse)
Event handler: Controlflows. |
JaspiraEventHandlerCode |
dataflow(DebuggerServerEvent dse)
Event handler: Dataflows. |
java.lang.String |
getName()
The name of this module like "editor.file". |
protected JaspiraEventHandlerCode |
handleUnaccountedEvent(JaspiraEvent ev)
Handles any unaccounted event. |
JaspiraEventHandlerCode |
nodeentry(DebuggerServerEvent dse)
Event handler: Nodeentrys. |
JaspiraEventHandlerCode |
nodeexit(DebuggerServerEvent dse)
Event handler: Nodeexits. |
JaspiraEventHandlerCode |
processexception(DebuggerServerEvent dse)
Event handler: Processexceptions. |
| Methods inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
eventFired, getEventActionNames, getForeignEventNames, getModuleType, getPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebuggerPlugin.ServerEvents()
| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic JaspiraEventHandlerCode nodeentry(DebuggerServerEvent dse)
dse - Event
public JaspiraEventHandlerCode nodeexit(DebuggerServerEvent dse)
dse - Event
public JaspiraEventHandlerCode controlflow(DebuggerServerEvent dse)
dse - Event
public JaspiraEventHandlerCode dataflow(DebuggerServerEvent dse)
dse - Event
public JaspiraEventHandlerCode processexception(DebuggerServerEvent dse)
dse - Event
protected JaspiraEventHandlerCode handleUnaccountedEvent(JaspiraEvent ev)
handleUnaccountedEvent in class EventModuleev - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||