Package org.bidib.wizard.config
Interface ReverserPanelControllerFactory
public interface ReverserPanelControllerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateController(MainModel mainModel, TabVisibilityListener tabVisibilityListener) Create the controller instance.
-
Method Details
-
createController
ReverserPanelController createController(MainModel mainModel, TabVisibilityListener tabVisibilityListener) Create the controller instance.- Parameters:
mainModel- the main modeltabVisibilityListener- the tab visibility listener- Returns:
- the controller instance
-