fipaos.agent.task.event
Class MessageForEndedConversationEvent

java.lang.Object
  |
  +--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
 Message getMessage()
          Get the Message associated with this event
 void removeReferences()
          Removes all references to other objects to aid garbage collection
 
Methods inherited from class fipaos.agent.task.event.TaskEvent
getTimeSinceTimestamp, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Overrides:
removeReferences in class TaskEvent