Package adams.event
Interface JobListCompleteListener
-
- All Superinterfaces:
Serializable
public interface JobListCompleteListener extends Serializable
Interface for classes that listen for queues to finish all of its jobs.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
queueCompleted(JobListCompleteEvent e)
Post process jobs in the queue.
-
-
-
Method Detail
-
queueCompleted
void queueCompleted(JobListCompleteEvent e)
Post process jobs in the queue.- Parameters:
e
- the event
-
-