Uses of Interface
org.opendaylight.controller.md.sal.dom.api.DOMNotificationListener
-
-
Uses of DOMNotificationListener in org.opendaylight.controller.md.sal.dom.api
Methods in org.opendaylight.controller.md.sal.dom.api with type parameters of type DOMNotificationListener Modifier and Type Method Description <T extends DOMNotificationListener>
org.opendaylight.yangtools.concepts.ListenerRegistration<T>DOMNotificationService. registerNotificationListener(@NonNull T listener, @NonNull Collection<org.opendaylight.yangtools.yang.model.api.SchemaPath> types)Deprecated, for removal: This API element is subject to removal in a future version.Register aDOMNotificationListenerto receive a set of notifications.<T extends DOMNotificationListener>
org.opendaylight.yangtools.concepts.ListenerRegistration<T>DOMNotificationService. registerNotificationListener(@NonNull T listener, org.opendaylight.yangtools.yang.model.api.SchemaPath... types)Deprecated, for removal: This API element is subject to removal in a future version.Register aDOMNotificationListenerto receive a set of notifications.
-