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