Package jasima.shopSim.core
Interface JobListener.FinishedListener
-
- All Superinterfaces:
JobListener,NotifierListener<Job,Job.JobEvent>
- Enclosing interface:
- JobListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface JobListener.FinishedListener extends JobListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jasima.shopSim.core.JobListener
JobListener.ArrivedListener, JobListener.FinishedListener, JobListener.OperationEndedListener, JobListener.OperationStartedListener, JobListener.OtherListener, JobListener.ReleasedListener, JobListener.RemovedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinished(Shop shop, Job j)-
Methods inherited from interface jasima.shopSim.core.JobListener
arrivedInQueue, endOperation, handleOther, inform, operationStarted, released, removedFromQueue
-
-
-
-
Method Detail
-
finished
void finished(Shop shop, Job j)
- Specified by:
finishedin interfaceJobListener
-
-