Uses of Interface
de.tudresden.sumo.util.Observer
-
Packages that use Observer Package Description de.tudresden.sumo.util it.polito.appeal.traci -
-
Uses of Observer in de.tudresden.sumo.util
Methods in de.tudresden.sumo.util with parameters of type Observer Modifier and Type Method Description voidObservable. addObserver(Observer observer) -
Uses of Observer in it.polito.appeal.traci
Methods in it.polito.appeal.traci with parameters of type Observer Modifier and Type Method Description voidSumoTraciConnection. addObserver(Observer o)Adds the observer.
-