Uses of Class
fipaos.agent.task.event.TaskEvent

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

Uses of TaskEvent in fipaos.agent.task
 

Methods in fipaos.agent.task that return TaskEvent
synchronized TaskEventTaskState.getNextEvent()
          Get the next TaskEvent that the Task this belongs to should receive - this removes the event from the pending list
synchronized TaskEventTaskState.peekNextEvent()
          Peek at the next TaskEvent that the Task this belongs to should receive
 

Methods in fipaos.agent.task with parameters of type TaskEvent
(package private) voidTaskManager.addEvent(Task task, TaskEvent event)
          Adds the given TaskEvent to the given Task, and informs the registered listener
voidTaskManager.DefaultTaskManagerListener.taskEvent(Task t, TaskEvent e)
          
voidTaskManagerListener.taskEvent(Task task, TaskEvent event)
          Invoked when a new TaskEvent is generated within the TaskManager
(package private) synchronized voidTaskState.addEvent(TaskEvent event)
          Adds a TaskEvent that the Task this belongs to should receive
 

Uses of TaskEvent in fipaos.agent.task.event
 

Subclasses of TaskEvent in fipaos.agent.task.event
class ChildDoneEvent
          This represents an unprocessed "child task has invoked done()" event
class ChildFailureEvent
          Represents an unprocessed event indicating that a child-Task has failed
class ChildTimeoutEvent
          Represents an unhandled event indicating that a child-Task has timed-out
class ConversationUpdateEvent
          Represents an unprocessed event indicating that a Conversation has been updated
class InitialisedEvent
          This represents an unprocessed "task has been initialised and is ready to start" event
class MessageDeliveryFailureEvent
          Represents an event indicating that a Message was undeliverable
class MessageForEndedConversationEvent
          Represents an event indicating that a Message has arrived for a Conversation that has ended