public interface DOMDataTreeListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDataTreeChanged(Collection<DataTreeCandidate> changes,
Map<DOMDataTreeIdentifier,NormalizedNode<?,?>> subtrees)
Invoked whenever one or more registered subtrees change.
|
void |
onDataTreeFailed(Collection<DOMDataTreeListeningException> causes)
Invoked when a subtree listening failure occurs.
|
void onDataTreeChanged(@Nonnull Collection<DataTreeCandidate> changes, @Nonnull Map<DOMDataTreeIdentifier,NormalizedNode<?,?>> subtrees)
changes - The set of changes being reported. Each subscribed subtree may be present
at most once.subtrees - Per-subtree state as visible after the reported changes have been applied.
This includes all the subtrees this listener is subscribed to, even those
which have not changed.void onDataTreeFailed(@Nonnull Collection<DOMDataTreeListeningException> causes)
cause - Collection of failure causes, may not be null or empty.Copyright © 2016 OpenDaylight. All rights reserved.