|
MATSIM
|

Public Member Functions | |
| default double | priority () |
ControlerListeners are notified at specific points in the Controler loop. See sub-interfaces for more information and specific usages.
Example(s):
Definition at line 38 of file ControlerListener.java.
| default double org.matsim.core.controler.listener.ControlerListener.priority | ( | ) |
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