Package be.yildizgames.module.controller
Interface ControllerEngine
-
- All Known Implementing Classes:
JampadControllerManager
public interface ControllerEngineManage the controllers.- Author:
- Grégory Van den Borre
-
-
Method Summary
Modifier and Type Method Description ControllergetController1()Provide the 1st controller.ControllergetController2()Provide the 2nd controller.ControllergetController3()Provide the 3rd controller.ControllergetController4()Provide the 4th controller.
-
-
-
Method Detail
-
getController1
Controller getController1()
Provide the 1st controller.- Returns:
- The first assigned controller.
-
getController2
Controller getController2()
Provide the 2nd controller.- Returns:
- The second assigned controller.
-
getController3
Controller getController3()
Provide the 3rd controller.- Returns:
- The third assigned controller.
-
getController4
Controller getController4()
Provide the 4th controller.- Returns:
- The fourth assigned controller.
-
-