org.openbp.cockpit.plugins.debugger
Class StackTracePlugin.ServerEvents

java.lang.Object
  extended by org.openbp.jaspira.plugin.EventModule
      extended by org.openbp.cockpit.plugins.debugger.StackTracePlugin.ServerEvents
All Implemented Interfaces:
JaspiraEventListener
Enclosing class:
StackTracePlugin

public class StackTracePlugin.ServerEvents
extends EventModule

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
StackTracePlugin.ServerEvents()
           
 
Method Summary
 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

StackTracePlugin.ServerEvents

public StackTracePlugin.ServerEvents()
Method Detail

getName

public java.lang.String getName()
Description copied from class: EventModule
The name of this module like "editor.file". Decides which events will be received.

Specified by:
getName in class EventModule

nodeentry

public JaspiraEventHandlerCode nodeentry(DebuggerServerEvent dse)
Event handler: Nodeentrys.

Parameters:
dse - Event
Returns:
The event status code

nodeexit

public JaspiraEventHandlerCode nodeexit(DebuggerServerEvent dse)
Event handler: Nodeexits.

Parameters:
dse - Event
Returns:
The event status code

debugger_client_clearstatuswindows

public JaspiraEventHandlerCode debugger_client_clearstatuswindows(JaspiraEvent je)
Event handler: Clears the context inspector window.

Parameters:
je - Event
Returns:
The event status code

debugger_client_statuschange

public 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.

Parameters:
je - Event
Returns:
The event status code


Copyright © 2011. All Rights Reserved.