|
||||||||||
| 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.jaspira.plugin.AbstractPlugin.StandardPluginEvents
public class AbstractPlugin.StandardPluginEvents
Event module.
| 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 | |
|---|---|
AbstractPlugin.StandardPluginEvents()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
The name of this module like "editor.file". |
JaspiraEventHandlerCode |
global_askclose(VetoableEvent ve)
Event handler: Checks if this plugin can be closed. |
JaspiraEventHandlerCode |
global_closecanceled(JaspiraEvent ve)
Event handler: Called when the close operation has been vetoed by a plugin. |
JaspiraEventHandlerCode |
global_doclose(StackActionEvent ve)
Event handler: Closes the plugin. |
JaspiraEventHandlerCode |
global_keyevent(KeySequenceEvent kse)
Event handler: Receives key sequence events and passes them to the Plugin itself. |
| 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 AbstractPlugin.StandardPluginEvents()
| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic JaspiraEventHandlerCode global_askclose(VetoableEvent ve)
ve - Event
public JaspiraEventHandlerCode global_doclose(StackActionEvent ve)
ve - Event
public JaspiraEventHandlerCode global_closecanceled(JaspiraEvent ve)
ve - Event
public JaspiraEventHandlerCode global_keyevent(KeySequenceEvent kse)
kse - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||