MATSIM
DependencyGraphModule.java
Go to the documentation of this file.
1 package org.matsim.guice;
2 
4 
5 public class DependencyGraphModule extends AbstractModule {
6  @Override
7  public void install() {
8  addControlerListenerBinding().to(DependencyGraphControlerListener.class);
9  }
10 }
final LinkedBindingBuilder< ControlerListener > addControlerListenerBinding()