Uses of Interface
org.opendaylight.controller.messagebus.spi.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.
-