Interface EventSourceRegistration<T extends EventSource>
-
- All Superinterfaces:
AutoCloseable,org.opendaylight.yangtools.concepts.ObjectRegistration<T>,org.opendaylight.yangtools.concepts.Registration
public interface EventSourceRegistration<T extends EventSource> extends org.opendaylight.yangtools.concepts.ObjectRegistration<T>Instance of EventSourceRegistration is returned byEventSourceRegistry.registerEventSource(EventSource)and it is used to unregister EventSource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.opendaylight.yangtools.concepts.Registration
-
-