@Beta public interface DOMNotificationSubscriptionListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
onSubscriptionChanged(Set<org.opendaylight.yangtools.yang.model.api.SchemaPath> currentTypes)
Invoked when notification subscription changed.
|
void onSubscriptionChanged(Set<org.opendaylight.yangtools.yang.model.api.SchemaPath> currentTypes)
currentTypes
- Set of notification types for which listeners are registered.Copyright © 2019 OpenDaylight. All rights reserved.