Class WakeupOnNode
- java.lang.Object
-
- org.opendaylight.openflowplugin.learningswitch.WakeupOnNode
-
- All Implemented Interfaces:
EventListener
,org.opendaylight.mdsal.binding.api.DataTreeChangeListener<Table>
public class WakeupOnNode extends Object implements org.opendaylight.mdsal.binding.api.DataTreeChangeListener<Table>
-
-
Constructor Summary
Constructors Constructor Description WakeupOnNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDataTreeChanged(@NonNull Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<Table>> modifications)
void
setLearningSwitchHandler(LearningSwitchHandler learningSwitchHandler)
Sets the LearningSwitchHandler.
-
-
-
Method Detail
-
onDataTreeChanged
public void onDataTreeChanged(@NonNull Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<Table>> modifications)
- Specified by:
onDataTreeChanged
in interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<Table>
-
setLearningSwitchHandler
public void setLearningSwitchHandler(LearningSwitchHandler learningSwitchHandler)
Sets the LearningSwitchHandler.- Parameters:
learningSwitchHandler
- the learningSwitchHandler to set
-
-