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