Interface MultiController.ControllerFactory<C>
- Enclosing class:
MultiController<C>
public static interface MultiController.ControllerFactory<C>
Defines how to interact with members of this class's controller type.
- Since:
- 12 Feb 2016
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionCreates an instance of the controller.getConfigger(C controller) Returns an object capable of extraction configuration information from a controller instance.intReturns the number of stack controls this controller manages.Control[]getControls(C controller) Returns the stack controls associated with a controller instance.
-
Method Details
-
createController
-
getControlCount
int getControlCount()Returns the number of stack controls this controller manages.- Returns:
- length of array returned by
getControls
-
getControls
-
getConfigger
-