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


Constructor Summary
MessageForEndedConversationEvent(Message msg)
          Create event

Method Summary
 MessagegetMessage()
          Get the Message associated with this event
 voidremoveReferences()
          Removes all references to other objects to aid garbage collection

Methods inherited from class fipaos.agent.task.event.TaskEvent
getTimeSinceTimestamp, getTimestamp

Constructor Detail

MessageForEndedConversationEvent

public MessageForEndedConversationEvent(Message msg)
Create event
Parameters:
msg - Message that arrived after the end of the conversation
Method Detail

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

Association Links

to Class fipaos.mts.Message

Failed message