org.openbp.cockpit.plugins.finder
Class FinderResultPlugin.Event

java.lang.Object
  extended by org.openbp.jaspira.plugin.EventModule
      extended by org.openbp.cockpit.plugins.finder.FinderResultPlugin.Event
All Implemented Interfaces:
JaspiraEventListener
Enclosing class:
FinderResultPlugin

public class FinderResultPlugin.Event
extends EventModule

Event module for the auditor result plugin.


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
FinderResultPlugin.Event()
           
 
Method Summary
 JaspiraEventHandlerCode delete(JaspiraActionEvent jae)
          Event handler: Removes all entries from the list.
 JaspiraEventHandlerCode displayobject_changed_titlemode(JaspiraEvent je)
           
 java.lang.String getName()
          The name of this module like "editor.file".
 JaspiraEventHandlerCode present(JaspiraEvent je)
          Event handler: Event to start a new reference search.
 JaspiraEventHandlerCode refresh(JaspiraActionEvent jae)
          Event handler: Refresh the current reference list
 
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

FinderResultPlugin.Event

public FinderResultPlugin.Event()
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

present

public JaspiraEventHandlerCode present(JaspiraEvent je)
Event handler: Event to start a new reference search.

Parameters:
je - Event
Returns:
The event status code

delete

public JaspiraEventHandlerCode delete(JaspiraActionEvent jae)
Event handler: Removes all entries from the list.

Parameters:
jae - Event
Returns:
The event status code

refresh

public JaspiraEventHandlerCode refresh(JaspiraActionEvent jae)
Event handler: Refresh the current reference list

Parameters:
jae - Event
Returns:
The event status code

displayobject_changed_titlemode

public JaspiraEventHandlerCode displayobject_changed_titlemode(JaspiraEvent je)


Copyright © 2011. All Rights Reserved.