21 package org.matsim.core.events;
25 import jakarta.inject.Inject;
30 import com.google.inject.multibindings.Multibinder;
43 protected void configureQSim() {
45 bind(MobsimScopeEventHandlerRegistrator.class).asEagerSingleton();
50 static class MobsimScopeEventHandlerRegistrator {
53 Set<MobsimScopeEventHandler> eventHandlersDeclaredByModules) {
final void installQSimModule(AbstractQSimModule qsimModule)
final LinkedBindingBuilder< ControlerListener > addControlerListenerBinding()
void addMobsimScopeHandler(MobsimScopeEventHandler handler)