com.googlecode.sarasvati.impl
Class TokenSetCompletionListener

java.lang.Object
  extended by com.googlecode.sarasvati.impl.TokenSetCompletionListener
All Implemented Interfaces:
ExecutionListener

public class TokenSetCompletionListener
extends Object
implements ExecutionListener


Constructor Summary
TokenSetCompletionListener()
           
 
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

TokenSetCompletionListener

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