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 information about the job status.

Author:
wglas

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 © 2012. All Rights Reserved.