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