Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
com.virtuosotechnologies.lib.asyncjob

Classes in com.virtuosotechnologies.lib.asyncjob used by com.virtuosotechnologies.lib.asyncjob
AbstractAsyncJobRunner
          Abstract base class for AsyncJobRunner
AbstractAsyncJobRunner.ExecutionImpl
          Execution tracker implementation
AsyncJob
          Something that runs a job and reports progress
AsyncJobCompletedEvent
          An event sent to a listener when a job has finished
AsyncJobEvent
          Base class for events emitted regarding AsyncJobs.
AsyncJobException
          Exception thrown by an AsyncJob
AsyncJobExecution
          An object that tracks an execution of a single AsyncJob.
AsyncJobFailedEvent
          An event sent to a listener when a job has failed
AsyncJobListener
          AsyncJob related listeners
AsyncJobProgressEvent
          An event sent to a listener when progress is updated
AsyncJobProgressReporter
          An object that is passed to an AsyncJob during a run so it can report on its progress.
AsyncJobRunner
          Something that runs AsyncJobs
AsyncJobStartedEvent
          An event sent to a listener when a job has started
ThreadWorkerAsyncJobRunner.WorkerThread