|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleInputActionListener
Insert type comment here.
| Method Summary | |
|---|---|
void |
onActionInvoked(java.lang.Object action,
int delta,
int state)
This event is fired when an InputDevice, which has been bound to this action, changed its state. |
| Method Detail |
|---|
void onActionInvoked(java.lang.Object action,
int delta,
int state)
SimpleInputActionManager guarantees, that the action
object is never null.
action - the action object (never null)delta - the input-state-deltastate - the current input state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||