|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputProviderListener
Description of any class wishing to recieve notifications of command invocations. Implementations should be added to an appropriate input provider to recieve input notification
Method Summary | |
---|---|
void |
controlPressed(Command command)
A control representing an control was pressed relating to a given command. |
void |
controlReleased(Command command)
A control representing an control was released relating to a given command. |
Method Detail |
---|
void controlPressed(Command command)
command
- The command that the control related tovoid controlReleased(Command command)
command
- The command that the control related to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |