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 voidonDataTreeChanged(@NonNull Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<Table>> modifications)voidsetLearningSwitchHandler(LearningSwitchHandler learningSwitchHandler)Sets the LearningSwitchHandler. 
 - 
 
- 
- 
Method Detail
- 
onDataTreeChanged
public void onDataTreeChanged(@NonNull Collection<org.opendaylight.mdsal.binding.api.DataTreeModification<Table>> modifications)
- Specified by:
 onDataTreeChangedin interfaceorg.opendaylight.mdsal.binding.api.DataTreeChangeListener<Table>
 
- 
setLearningSwitchHandler
public void setLearningSwitchHandler(LearningSwitchHandler learningSwitchHandler)
Sets the LearningSwitchHandler.- Parameters:
 learningSwitchHandler- the learningSwitchHandler to set
 
 - 
 
 -