fipaos.agent.task.event
Class ConversationUpdateEvent

java.lang.Object
  |
  +--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
 Conversation getUpdatedConversation()
          Gets the updated Conversation 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

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