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

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.lib.asyncjob.AsyncJobListener

Uses of AsyncJobListener in com.virtuosotechnologies.lib.asyncjob
 

Classes in com.virtuosotechnologies.lib.asyncjob that implement AsyncJobListener
 class BasicAsyncJobListener
          Empty implementation of AsyncJobListener
 

Methods in com.virtuosotechnologies.lib.asyncjob with parameters of type AsyncJobListener
 void AsyncJobRunner.addAsyncJobListener(AsyncJobListener listener)
          Add a job listener.
 void AsyncJobRunner.removeAsyncJobListener(AsyncJobListener listener)
          Remove a job listener.
 void AsyncJobExecution.addAsyncJobListener(AsyncJobListener listener)
          Add an execution listener.
 void AsyncJobExecution.removeAsyncJobListener(AsyncJobListener listener)
          Remove an execution listener.
 void AbstractAsyncJobRunner.addAsyncJobListener(AsyncJobListener listener)
          Add a job listener.
 void AbstractAsyncJobRunner.removeAsyncJobListener(AsyncJobListener listener)
          Remove a job listener.
 void AbstractAsyncJobRunner.ExecutionImpl.addAsyncJobListener(AsyncJobListener listener)
          Add an execution listener.
 void AbstractAsyncJobRunner.ExecutionImpl.removeAsyncJobListener(AsyncJobListener listener)
          Remove an execution listener.