Uses of Interface
org.opendaylight.controller.messagebus.spi.EventSource
- 
Packages that use EventSource Package Description org.opendaylight.controller.messagebus.app.impl org.opendaylight.controller.messagebus.spi  - 
- 
Uses of EventSource in org.opendaylight.controller.messagebus.app.impl
Methods in org.opendaylight.controller.messagebus.app.impl with type parameters of type EventSource Modifier and Type Method Description <T extends EventSource>
EventSourceRegistration<T>EventSourceTopology. registerEventSource(T eventSource)Methods in org.opendaylight.controller.messagebus.app.impl with parameters of type EventSource Modifier and Type Method Description voidEventSourceTopology. register(EventSource eventSource)voidEventSourceTopology. unRegister(EventSource eventSource) - 
Uses of EventSource in org.opendaylight.controller.messagebus.spi
Classes in org.opendaylight.controller.messagebus.spi with type parameters of type EventSource Modifier and Type Interface Description interfaceEventSourceRegistration<T extends EventSource>Instance of EventSourceRegistration is returned byEventSourceRegistry.registerEventSource(EventSource)and it is used to unregister EventSource.Methods in org.opendaylight.controller.messagebus.spi with type parameters of type EventSource Modifier and Type Method Description <T extends EventSource>
EventSourceRegistration<T>EventSourceRegistry. registerEventSource(T eventSource)Registers the given EventSource for public consumption. 
 -