|
||||||||||
| 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.InspectorPlugin.ServerEvents
public class InspectorPlugin.ServerEvents
Debugger server event 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 | |
|---|---|
InspectorPlugin.ServerEvents()
|
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
dataflow(DebuggerServerEvent dse)
Event handler: Dataflows. |
JaspiraEventHandlerCode |
debugger_client_clearstatuswindows(JaspiraEvent je)
Event handler: Clears the context inspector window. |
JaspiraEventHandlerCode |
debugger_client_statuschange(JaspiraEvent je)
Event handler: Change the title bar of the plugin to indicate that the debugger is listening or has stopped. |
java.lang.String |
getName()
The name of this module like "editor.file". |
JaspiraEventHandlerCode |
nodeentry(DebuggerServerEvent dse)
Event handler: Nodeentrys. |
JaspiraEventHandlerCode |
nodeexit(DebuggerServerEvent dse)
Event handler: Nodeexits. |
| Methods inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
eventFired, getEventActionNames, getForeignEventNames, getModuleType, getPriority, handleUnaccountedEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InspectorPlugin.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 dataflow(DebuggerServerEvent dse)
dse - Event
public JaspiraEventHandlerCode debugger_client_clearstatuswindows(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode debugger_client_statuschange(JaspiraEvent je)
je - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||