fipaos.agent.conversation
Interface ConversationListener
- All Known Implementing Classes:
- FIPAOSAgent, TaskManager
- public interface ConversationListener
Interface that objects may implement to be notified of changes in the state of
Conversations by the Planner Scheduler.
Method Summary |
void | notify(Conversation conversation) May be called to notify of a single conversation that is in need of intervention. |
void | notify(Enumeration conversations) May be called to notify of a number of conversations that are in need of intervention. |
void | setMessageSender(MessageSender ms) Sets the MessageSender that the ConversationListener should use to forward messages |
notify
public void notify(Conversation conversation)
- May be called to notify of a single conversation that is in need of intervention.
notify
public void notify(Enumeration conversations)
- May be called to notify of a number of conversations that are in need of intervention.
setMessageSender
public void setMessageSender(MessageSender ms)
- Sets the MessageSender that the ConversationListener should use to forward messages