Package | Description |
---|---|
org.opendaylight.mdsal.binding.api | |
org.opendaylight.mdsal.binding.dom.adapter | |
org.opendaylight.mdsal.binding.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
ClusteredDataTreeChangeListener<T extends DataObject>
ClusteredDataTreeChangeListener is a marker interface to enable data tree change notifications on all
instances in a cluster where this listener is registered.
|
Modifier and Type | Method and Description |
---|---|
<T extends DataObject,L extends DataTreeChangeListener<T>> |
DataTreeChangeService.registerDataTreeChangeListener(@NonNull DataTreeIdentifier<T> treeId,
L listener)
Registers a
DataTreeChangeListener to receive
notifications when data changes under a given path in the conceptual data
tree. |
Modifier and Type | Method and Description |
---|---|
<T extends DataObject,L extends DataTreeChangeListener<T>> |
BindingDOMDataBrokerAdapter.registerDataTreeChangeListener(DataTreeIdentifier<T> treeId,
L listener) |
Modifier and Type | Method and Description |
---|---|
<T extends DataObject,L extends DataTreeChangeListener<T>> |
ForwardingDataBroker.registerDataTreeChangeListener(DataTreeIdentifier<T> treeId,
L listener) |
Copyright © 2019 OpenDaylight. All rights reserved.