| Package | Description |
|---|---|
| org.opendaylight.controller.md.sal.binding.api |
| Modifier and Type | Method and Description |
|---|---|
@NonNull DataTreeIdentifier<T> |
DataTreeModification.getRootPath()
Deprecated.
Get the modification root path.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataTreeIdentifier.contains(DataTreeIdentifier<?> other)
Deprecated.
|
<T extends org.opendaylight.yangtools.yang.binding.DataObject,L extends DataTreeChangeListener<T>> |
ForwardingDataBroker.registerDataTreeChangeListener(DataTreeIdentifier<T> treeId,
L listener)
Deprecated.
|
<T extends org.opendaylight.yangtools.yang.binding.DataObject,L extends DataTreeChangeListener<T>> |
DataTreeChangeService.registerDataTreeChangeListener(@NonNull DataTreeIdentifier<T> treeId,
L listener)
Deprecated.
Registers a
DataTreeChangeListener to receive
notifications when data changes under a given path in the conceptual data
tree. |
Copyright © 2020 OpenDaylight. All rights reserved.