Uses of Interface
be.yildizgames.module.controller.ControllerListener
-
Packages that use ControllerListener Package Description be.yildizgames.module.controller be.yildizgames.module.controller.internal -
-
Uses of ControllerListener in be.yildizgames.module.controller
Methods in be.yildizgames.module.controller with parameters of type ControllerListener Modifier and Type Method Description voidController. addListener(ControllerListener l)register a listener to receive event from the controller. -
Uses of ControllerListener in be.yildizgames.module.controller.internal
Methods in be.yildizgames.module.controller.internal with parameters of type ControllerListener Modifier and Type Method Description voidControllerRunner. addListener(ControllerListener l)
-