Class TopologyDataChangeCounterDeployer
- java.lang.Object
-
- org.opendaylight.protocol.data.change.counter.TopologyDataChangeCounterDeployer
-
- All Implemented Interfaces:
AutoCloseable,EventListener,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>
public class TopologyDataChangeCounterDeployer extends Object implements org.opendaylight.mdsal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>, AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description TopologyDataChangeCounterDeployer(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidonDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes)voidregister()
-
-
-
Method Detail
-
register
public void register()
-
onDataTreeChanged
public void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes)
- Specified by:
onDataTreeChangedin interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-