|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(java.util.Enumeration conversations)
May be called to notify of a number of conversations that are in need of intervention. |
void |
notifyMessageInEndedConversation(Message msg)
Indicates that the given Message arrived for a completed Conversation |
void |
notifyMessageUndeliverable(Message msg)
Indicates that the given Message was not deliverable |
void |
setMessageSender(MessageSender ms)
Sets the MessageSender that the ConversationListener should use to forward messages |
Method Detail |
public void notify(Conversation conversation)
public void notify(java.util.Enumeration conversations)
public void setMessageSender(MessageSender ms)
public void notifyMessageInEndedConversation(Message msg)
public void notifyMessageUndeliverable(Message msg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |