org.openbp.cockpit.plugins.debugger
Class DebuggerPlugin.OptionEvents

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

public class DebuggerPlugin.OptionEvents
extends EventModule

Event module for client-side debugger events. These are actually toolbar or menu actions.


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.OptionEvents()
           
 
Method Summary
 JaspiraEventHandlerCode controllinktracemode(JaspiraEvent je)
          Event handler: The control link trace mode option has changed.
 JaspiraEventHandlerCode datalinktracemode(JaspiraEvent je)
          Event handler: The data link trace mode option has changed.
 JaspiraEventHandlerCode debuggerid(JaspiraEvent je)
          Event handler: The debugger id option has changed.
 java.lang.String getName()
          The name of this module like "editor.file".
 int getPriority()
          Returns the priority of the module.
 JaspiraEventHandlerCode skipsystemmodel(JaspiraEvent je)
          Event handler: The skip visual process option has changed.
 
Methods inherited from class org.openbp.jaspira.plugin.EventModule
eventFired, getEventActionNames, getForeignEventNames, getModuleType, handleUnaccountedEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebuggerPlugin.OptionEvents

public DebuggerPlugin.OptionEvents()
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

getPriority

public int getPriority()
Returns the priority of the module. We are low-level priority.

Specified by:
getPriority in interface JaspiraEventListener
Overrides:
getPriority in class EventModule
Returns:
The standard implementation returns 50

skipsystemmodel

public JaspiraEventHandlerCode skipsystemmodel(JaspiraEvent je)
Event handler: The skip visual process option has changed.

Parameters:
je - Event
Returns:
The event status code

controllinktracemode

public JaspiraEventHandlerCode controllinktracemode(JaspiraEvent je)
Event handler: The control link trace mode option has changed.

Parameters:
je - Event
Returns:
The event status code

datalinktracemode

public JaspiraEventHandlerCode datalinktracemode(JaspiraEvent je)
Event handler: The data link trace mode option has changed.

Parameters:
je - Event
Returns:
The event status code

debuggerid

public JaspiraEventHandlerCode debuggerid(JaspiraEvent je)
Event handler: The debugger id option has changed.

Parameters:
je - Event
Returns:
The event status code


Copyright © 2011. All Rights Reserved.