juife
v0.1a
A B C D E F G H I J L M N O P R S T U V W

T

Task<R> - Interface in net.sf.juife
Defines a task that can be queued for execution in a TaskQueue or in a TaskList.
TaskEvent - Class in net.sf.juife.event
A semantic event which indicates that a particular task has been done.
TaskEvent(Object) - Constructor for class net.sf.juife.event.TaskEvent
Constructs a TaskEvent object.
TaskList - Class in net.sf.juife
This class represents a list of tasks held for further processing.
TaskList() - Constructor for class net.sf.juife.TaskList
Creates a new instance of TaskList.
TaskList(String) - Constructor for class net.sf.juife.TaskList
Creates a new instance of TaskList with the specified name.
TaskList(Task...) - Constructor for class net.sf.juife.TaskList
Creates a new instance of TaskList and adds the specified tasks.
TaskList(String, Task...) - Constructor for class net.sf.juife.TaskList
Creates a new instance of TaskList with the specified name and adds the specified tasks to the list.
TaskListener - Interface in net.sf.juife.event
The listener interface that is notified when a particular task has been done.
taskPerformed(TaskEvent) - Method in interface net.sf.juife.event.TaskListener
Invoked to indicate that the task has been done.
TaskQueue - Class in net.sf.juife
The TaskQueue class represents a queue that holds tasks which are executed in FIFO order.
TaskQueue() - Constructor for class net.sf.juife.TaskQueue
Creates a new instance of TaskQueue.
TaskQueue(String) - Constructor for class net.sf.juife.TaskQueue
Creates a new instance of TaskQueue with the specified name.
TaskQueue(Task...) - Constructor for class net.sf.juife.TaskQueue
Creates a new instance of TaskQueue and adds the specified tasks to the queue.
TaskQueue(String, Task...) - Constructor for class net.sf.juife.TaskQueue
Creates a new instance of TaskQueue with the specified name and adds the specified tasks to the queue.
TaskQueueEvent - Class in net.sf.juife.event
A semantic event which indicates that the state of a task queue is changed.
TaskQueueEvent(Object, TaskQueueEvent.ID) - Constructor for class net.sf.juife.event.TaskQueueEvent
Creates a new instance of TaskQueueEvent.
TaskQueueEvent.ID - Enum in net.sf.juife.event
Represents the TaskQueueEvent type.
TaskQueueListener - Interface in net.sf.juife.event
The listener interface that is notified when the state of a task queue is changed.

juife
v0.1a
A B C D E F G H I J L M N O P R S T U V W
Copyright © 2005 Grigor Iliev. All rights reserved. SourceForge.net Logo