Uses of Package
Task

Packages that use Task
Task   
Task.Manager   
 

Classes in Task used by Task
AbstractTask
          AbstractTask is a super class that encapsulates some common functionality between various types of tasks: SimpleTask NetworkTask RecurringNetworkTask
AbstractTask.PropertyNames
          enumeration that holds list of properties that you can attach property change listeners for, right now there's only one, but you can add more in the future.
AbstractTask.State
          List of all the possible states that any kind of Task (Network, non network, etc) may have.
AbstractTask.Type
          identifies the type of the task
AutoShutdownSignals
          identifies the AutoShutdown policy for a task.
NetworkTask
          SwingNetworkTask is a SwingWorker that's optimzed for calling services in the platform and handling mundane error processing, etc.
NetworkTaskHandlerIF
          NetworkTaskHandlerIF is an extension of the lifecycle events that can be passed to a task handler that deals with responding to network-enabled tasks.
SimpleTaskHandler
          TaskHandler is a convenience class that you can extend in order to override only the methods that you want to override for your task handler.
SimpleTaskHandlerIF
          TaskHandlerIF is an interface that encapsulates the various lifecyle stages that a task will go through.
TaskException
          TaskException is thrown when at attempt is made to create & execute more than one underlying SwingWorker thread.
TaskException.Type
          enumeration of all the different types of TaskException that can be thrown
TaskExecutorIF
          TaskExecutorIF is a simple interface that encapsulates the method needed by a functor which executes in the background - not on the EDT thread.
 

Classes in Task used by Task.Manager
AbstractTask
          AbstractTask is a super class that encapsulates some common functionality between various types of tasks: SimpleTask NetworkTask RecurringNetworkTask
AutoShutdownSignals
          identifies the AutoShutdown policy for a task.
TaskException
          TaskException is thrown when at attempt is made to create & execute more than one underlying SwingWorker thread.
 



Copyright © 2011. All Rights Reserved.