Class WakeupOnNode
java.lang.Object
org.opendaylight.openflowplugin.learningswitch.WakeupOnNode
- All Implemented Interfaces:
EventListener
,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<Table>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDataTreeChanged
(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<Table>> modifications) void
setLearningSwitchHandler
(LearningSwitchHandler learningSwitchHandler) Sets the LearningSwitchHandler.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.mdsal.binding.api.DataTreeChangeListener
onInitialData
-
Constructor Details
-
WakeupOnNode
public WakeupOnNode()
-
-
Method Details
-
onDataTreeChanged
public void onDataTreeChanged(Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<Table>> modifications) - Specified by:
onDataTreeChanged
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<Table>
-
setLearningSwitchHandler
Sets the LearningSwitchHandler.- Parameters:
learningSwitchHandler
- the learningSwitchHandler to set
-