Uses of Package
fipaos.agent.task.event

Packages that use fipaos.agent.task.event
fipaos.agent.task 
fipaos.agent.task.event 

Classes in fipaos.agent.task.event used by fipaos.agent.task
TaskManager
          The TaskManager class stores task objects with their associated conversation IDs for
an agent.
TaskManager.DefaultTaskManagerListener
          Default implementation of the TM Listener - just adds events back to TM
in the order they arrive
TaskManagerListener
          Callback interface through which the object deciding which Tasks to execute
are informed of new TaskEvent's
TaskState
          Represents the current state of a particular Task within the TaskManager
 

Classes in fipaos.agent.task.event used by fipaos.agent.task.event
ChildDoneEvent
          This represents an unprocessed "child task has invoked done()" event
ChildDoneWithResultEvent
          Reperesents the unhandled event when a child-Task completes with a result
ChildFailureEvent
          Represents an unprocessed event indicating that a child-Task has failed
ChildTimeoutEvent
          Represents an unhandled event indicating that a child-Task has timed-out
ConversationUpdateEvent
          Represents an unprocessed event indicating that a Conversation has been updated
InitialisedEvent
          This represents an unprocessed "task has been initialised and is ready to start" event
MessageDeliveryFailureEvent
          Represents an event indicating that a Message was undeliverable
MessageForEndedConversationEvent
          Represents an event indicating that a Message has arrived for a Conversation that
has ended