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 void
close()
void
onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes)
void
register()
-
-
-
Method Detail
-
register
public void register()
-
onDataTreeChanged
public void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<DataChangeCounterConfig>> changes)
- Specified by:
onDataTreeChanged
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<DataChangeCounterConfig>
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
-