org.clazzes.util.sched
Interface IJobStatusWithCallback<C>

All Superinterfaces:
HasCallback<C>, IJobStatus

public interface IJobStatusWithCallback<C>
extends IJobStatus, HasCallback<C>

A status for a job, offering a callback for getting more application-specific information about the job status.


Method Summary
 
Methods inherited from interface org.clazzes.util.sched.IJobStatus
getException, getFinishedMillis, getResult, isCancelled, isDone
 
Methods inherited from interface org.clazzes.util.sched.HasCallback
getCallback, getCallbackClass
 



Copyright © 2013. All Rights Reserved.