public interface TaskListener
extends java.util.EventListener, java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
jobsSubmitted(int submissionNumber)
Called when the task did send its jobs to the job queue.
|
void |
taskFinished()
Called when the task finished to operate, i.e.
|
void |
taskStarted()
Called when task started to operate, i.e.
|
void taskStarted()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid taskFinished()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid jobsSubmitted(int submissionNumber)
throws java.rmi.RemoteException
submissionNumber - The number of times the jobs have been send since the task started, starting at zero.java.rmi.RemoteException