com.sri.oaa2.lib
Interface OAAEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
OAAMapper

public interface OAAEventListener
extends java.util.EventListener

The interface an application has to implement in order to be notified by the AgentBean when a 'doEvent' occurs from the Facilitator.


Method Summary
 boolean doOAAEvent(IclTerm goal, IclList params, IclList answers)
          doOAAEvent(e) is used for a DoEvent style callback.
 

Method Detail

doOAAEvent

public boolean doOAAEvent(IclTerm goal,
                          IclList params,
                          IclList answers)
doOAAEvent(e) is used for a DoEvent style callback. When used for app_init, app_done, etc., e will be null.

Parameters:
goal - ???
params - ???
answers - ???