net.openai.util.fsm.event
Interface StateListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable

public interface StateListener
extends java.util.EventListener, java.io.Serializable

An interface for listening to States.


Method Summary
 void handleStateEvent(StateEvent event)
          Implement this method to handle StateEvents.
 

Method Detail

handleStateEvent

public void handleStateEvent(StateEvent event)
Implement this method to handle StateEvents.

Parameters:
event - The event that triggered this method to be called.


Copyright - 2001 OpenAI Labs. All Rights Reserved.