|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.input.Input
public abstract class Input
Superclass for all parts of the input system. Subclasses should provide a method called addListener with a specific listener type as parameter to subscribe event listeners.
Constructor Summary | |
---|---|
Input()
|
Method Summary | |
---|---|
abstract void |
update()
Poll data for this input system part (update the values) and send events to all listeners (events will not be generated if no listeners were added via addListener). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Input()
Method Detail |
---|
public abstract void update()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |