fipaos.agent.task.event
Class MessageForEndedConversationEvent
fipaos.agent.task.event.TaskEvent
|
+--fipaos.agent.task.event.MessageForEndedConversationEvent
- public class MessageForEndedConversationEvent
- extends TaskEvent
Represents an event indicating that a Message has arrived for a Conversation that
has ended
Method Summary |
Message | getMessage() Get the Message associated with this event |
void | removeReferences() Removes all references to other objects to aid garbage collection |
MessageForEndedConversationEvent
public MessageForEndedConversationEvent(Message msg)
- Create event
- Parameters:
- msg - Message that arrived after the end of the conversation
getMessage
public Message getMessage()
- Get the Message associated with this event
removeReferences
public void removeReferences()
- Removes all references to other objects to aid garbage collection
to Class fipaos.mts.Message- Failed message