| Package | Description | 
|---|---|
| org.opendaylight.mdsal.binding.api | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.CheckedFuture<PostCanCommitStep,DataValidationFailedException> | 
DataTreeCommitCohort.canCommit(Object txId,
         DataTreeModification<T> modification)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DataTreeListener.onDataTreeChanged(Collection<DataTreeModification<?>> changes,
                 Map<DataTreeIdentifier<?>,DataObject> subtrees)
Invoked whenever one or more registered subtrees change. 
 | 
void | 
DataTreeChangeListener.onDataTreeChanged(Collection<DataTreeModification<T>> changes)
Invoked when there was data change for the supplied path, which was used
 to register this listener. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.