|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputListener
Title: InputListener Description: This interface is used with the InputMonitor. Any class that needs to be notified by an input event, needs to Implement this interface. Copyright: Copyright (c) 2005
Method Summary | |
---|---|
void |
addInputAction(InputAction inputAction)
add an InputAction for monitoring. |
int[] |
getInputActionIds()
Gets the Key IDs. |
void |
notifyListener(InputAction inputAction)
This method is called when any event occurs. |
Method Detail |
---|
int[] getInputActionIds()
void notifyListener(InputAction inputAction)
inputAction
- InputActionvoid addInputAction(InputAction inputAction)
inputAction
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |