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