|
MATSIM
|

Public Member Functions | |
| void | notifyShutdown (final ShutdownEvent event) |
| default double | priority () |
Definition at line 28 of file ShutdownListener.java.
| void org.matsim.core.controler.listener.ShutdownListener.notifyShutdown | ( | final ShutdownEvent | event | ) |
Notifies all observers of the Controler that the controler is terminated and they should do the same
| event |
Implemented in org.matsim.core.replanning.inheritance.PlanInheritanceModule, org.matsim.analysis.ModeChoiceCoverageControlerListener, org.matsim.analysis.ScoreStatsControlerListener, and org.matsim.analysis.personMoney.PersonMoneyEventsAnalysisControlerListener.
Referenced by org.matsim.core.controler.ControlerListenerManagerImpl.fireControlerShutdownEvent().
|
inherited |
Return the priority of this listener. Listeners with higher priority are executed first. The default priority is 0.
Definition at line 43 of file ControlerListener.java.
Referenced by org.matsim.core.controler.ControlerListenerManagerImpl.fireControlerAfterMobsimEvent(), org.matsim.core.controler.ControlerListenerManagerImpl.fireControlerBeforeMobsimEvent(), org.matsim.core.controler.ControlerListenerManagerImpl.fireControlerIterationEndsEvent(), org.matsim.core.controler.ControlerListenerManagerImpl.fireControlerIterationStartsEvent(), org.matsim.core.controler.ControlerListenerManagerImpl.fireControlerReplanningEvent(), org.matsim.core.controler.ControlerListenerManagerImpl.fireControlerScoringEvent(), org.matsim.core.controler.ControlerListenerManagerImpl.fireControlerShutdownEvent(), and org.matsim.core.controler.ControlerListenerManagerImpl.fireControlerStartupEvent().
1.8.13