Interface NetconfNotificationCollector.NetconfNotificationStreamListener
-
- Enclosing interface:
- NetconfNotificationCollector
public static interface NetconfNotificationCollector.NetconfNotificationStreamListenerSimple listener that receives notifications about changes in stream availability.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStreamRegistered(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams.Stream stream)Stream becomes available in the collector (first publisher is registered).voidonStreamUnregistered(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream)Stream is not available anymore in the collector (last publisher is unregistered).
-
-
-
Method Detail
-
onStreamRegistered
void onStreamRegistered(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.netconf.streams.Stream stream)
Stream becomes available in the collector (first publisher is registered).
-
onStreamUnregistered
void onStreamUnregistered(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714.StreamNameType stream)
Stream is not available anymore in the collector (last publisher is unregistered).
-
-