Interface NetconfOperationServiceFactoryListener
-
public interface NetconfOperationServiceFactoryListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAddNetconfOperationServiceFactory(NetconfOperationServiceFactory service)voidonRemoveNetconfOperationServiceFactory(NetconfOperationServiceFactory service)
-
-
-
Method Detail
-
onAddNetconfOperationServiceFactory
void onAddNetconfOperationServiceFactory(NetconfOperationServiceFactory service)
-
onRemoveNetconfOperationServiceFactory
void onRemoveNetconfOperationServiceFactory(NetconfOperationServiceFactory service)
-
-