Uses of Interface
org.opendaylight.controller.md.sal.dom.api.DOMDataTreeChangeListener
-
-
Uses of DOMDataTreeChangeListener in org.opendaylight.controller.md.sal.dom.api
Subinterfaces of DOMDataTreeChangeListener in org.opendaylight.controller.md.sal.dom.api Modifier and Type Interface Description interfaceClusteredDOMDataTreeChangeListenerDeprecated, for removal: This API element is subject to removal in a future version.UseClusteredDOMDataTreeChangeListenerinstead.Methods in org.opendaylight.controller.md.sal.dom.api with type parameters of type DOMDataTreeChangeListener Modifier and Type Method Description <L extends DOMDataTreeChangeListener>
@NonNull org.opendaylight.yangtools.concepts.ListenerRegistration<L>DOMDataTreeChangeService. registerDataTreeChangeListener(@NonNull DOMDataTreeIdentifier treeId, @NonNull L listener)Deprecated, for removal: This API element is subject to removal in a future version.Registers aDOMDataTreeChangeListenerto receive notifications when data changes under a given path in the conceptual data tree.
-