Package jasima.shopSim.core
Interface JobListener.OperationEndedListener
-
- 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.OperationEndedListener 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 voidendOperation(Shop shop, Job j)-
Methods inherited from interface jasima.shopSim.core.JobListener
arrivedInQueue, finished, handleOther, inform, operationStarted, released, removedFromQueue
-
-
-
-
Method Detail
-
endOperation
void endOperation(Shop shop, Job j)
- Specified by:
endOperationin interfaceJobListener
-
-