fipaos.agent.task.event
Class ConversationUpdateEvent

fipaos.agent.task.event.TaskEvent
  |
  +--fipaos.agent.task.event.ConversationUpdateEvent

public class ConversationUpdateEvent
extends TaskEvent

Represents an unprocessed event indicating that a Conversation has been updated


Constructor Summary
ConversationUpdateEvent(Conversation conversation)
          Creates a new event

Method Summary
 ConversationgetUpdatedConversation()
          Gets the updated Conversation 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

ConversationUpdateEvent

public ConversationUpdateEvent(Conversation conversation)
Creates a new event
Parameters:
conversation - The updated Conversation
Method Detail

getUpdatedConversation

public Conversation getUpdatedConversation()
Gets the updated Conversation associated with this event
Returns:

removeReferences

public void removeReferences()
Removes all references to other objects to aid garbage collection

Association Links

to Class fipaos.agent.conversation.Conversation

Updated Conversation that has to be processed