Interface ControllerProvider
-
public interface ControllerProvider
The implementation of this interface is mandatory when you create a controller, which has got the purpose to provide a controller instance.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Controller
provide(ControllerType controllerType)
Provides a controller instance for the specific controller type.
-
-
-
Method Detail
-
provide
Controller provide(ControllerType controllerType)
Provides a controller instance for the specific controller type.- Parameters:
controllerType
- controller type of controller instance- Returns:
- a controller instance for the specific controller type
-
-