Package jasima.core.simulation
Interface SimLifecycleListener.OtherListener
-
- All Superinterfaces:
NotifierListener<Simulation,Simulation.SimLifecycleEvent>,SimLifecycleListener
- Enclosing interface:
- SimLifecycleListener
- 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 SimLifecycleListener.OtherListener extends SimLifecycleListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jasima.core.simulation.SimLifecycleListener
SimLifecycleListener.DoneListener, SimLifecycleListener.OtherListener, SimLifecycleListener.ResetStatsListener, SimLifecycleListener.ResultsListener, SimLifecycleListener.SimEndListener, SimLifecycleListener.SimInitialized, SimLifecycleListener.SimStartListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleOther(Simulation c, Simulation.SimLifecycleEvent msg)-
Methods inherited from interface jasima.core.simulation.SimLifecycleListener
done, inform, init, produceResults, resetStats, simEnd, simStart
-
-
-
-
Method Detail
-
handleOther
void handleOther(Simulation c, Simulation.SimLifecycleEvent msg)
- Specified by:
handleOtherin interfaceSimLifecycleListener
-
-