com.googlecode.sarasvati.event
Class ProcessDefinedEventListenerInvoker

java.lang.Object
  extended by com.googlecode.sarasvati.event.ProcessDefinedEventListenerInvoker
All Implemented Interfaces:
ExecutionListener

public class ProcessDefinedEventListenerInvoker
extends Object
implements ExecutionListener

Invokes the process listeners that are defined at the process level.

Author:
Paul Lorenz

Constructor Summary
ProcessDefinedEventListenerInvoker()
           
 
Method Summary
 EventActions notify(ExecutionEvent event)
          Invoked by the Engine when an event of a type that this listener has register for occurs.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessDefinedEventListenerInvoker

public ProcessDefinedEventListenerInvoker()
Method Detail

notify

public EventActions notify(ExecutionEvent event)
Description copied from interface: ExecutionListener
Invoked by the Engine when an event of a type that this listener has register for occurs. May return an EventActions defining the actions to be performed or null.

Specified by:
notify in interface ExecutionListener
Parameters:
event - The event which has just occurred.
Returns:
EventActions The set of requested EventActionTypes or null.