Interface LearningSwitchHandler
- 
- All Known Implementing Classes:
 LearningSwitchHandlerSimpleImpl,MultipleLearningSwitchHandlerFacadeImpl
public interface LearningSwitchHandler 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSwitchAppeared(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Table> tablePath)Invoked when a switch appears. 
 - 
 
- 
- 
Method Detail
- 
onSwitchAppeared
void onSwitchAppeared(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Table> tablePath)
Invoked when a switch appears.- Parameters:
 tablePath- the table path
 
 - 
 
 -