|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGameController
As much of the SceneView as the model needs to know
Method Summary | |
---|---|
IKeyHandler |
getKeyHandler()
Get the handler which receives the keys. |
ISchedulable |
getMainSchedulable()
Get the ISchedulable which is scheduled for each frame. |
void |
setKeyHandler(IKeyHandler handler)
Set the handler which receives the keys. |
void |
setMainSchedulable(ISchedulable schedulable)
Set the main schedulable. |
Method Detail |
---|
void setMainSchedulable(ISchedulable schedulable)
schedulable
- some ISchedulable
ISchedulable getMainSchedulable()
ISchedulable
which is scheduled for each frame.
ISchedulable
.void setKeyHandler(IKeyHandler handler)
handler
- the new key handlerIKeyHandler getKeyHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |