Uses of Interface
org.onebusaway.container.model.HasListeners
-
Packages that use HasListeners Package Description org.onebusaway.container.model org.onebusaway.container.spring -
-
Uses of HasListeners in org.onebusaway.container.model
Classes in org.onebusaway.container.model that implement HasListeners Modifier and Type Class Description classListeners<T>Convenience container for a collection of typed listener objects -
Uses of HasListeners in org.onebusaway.container.spring
Methods in org.onebusaway.container.spring with parameters of type HasListeners Modifier and Type Method Description voidListenerConnector. setSource(HasListeners<T> source)Method parameters in org.onebusaway.container.spring with type arguments of type HasListeners Modifier and Type Method Description voidListenerConnector. setSources(List<HasListeners<T>> sources)
-