Modifier and Type | Method and Description |
---|---|
void |
DataChangeListenerProxy.onDataChanged(AsyncDataChangeEvent<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>> change) |
Modifier and Type | Method and Description |
---|---|
AsyncDataChangeEvent<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>> |
DataChanged.getChange() |
Constructor and Description |
---|
DataChanged(AsyncDataChangeEvent<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier,org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>> change) |
Modifier and Type | Method and Description |
---|---|
void |
DataChangeListener.onDataChanged(AsyncDataChangeEvent<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>,org.opendaylight.yangtools.yang.binding.DataObject> change)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncDataChangeListener.onDataChanged(AsyncDataChangeEvent<P,D> change)
Deprecated.
Invoked when there is data change for the particular path, which was used to
register this listener.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMImmutableDataChangeEvent |
Copyright © 2019 OpenDaylight. All rights reserved.