|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ButtonInputHandler
This interface defines methods to react to button inputs
independent of the underlying implementation.
At this level of abstraction it is just one button that is
needed (the Button). Which button this is (or even
several buttons) depends on the given device and should be
decided in the corresponding platform dependent class.
| Method Summary | |
|---|---|
void |
buttonPressed(long eventTime)
Handles button press events. |
void |
buttonReleased(long eventTime)
Handles button release events. |
| Method Detail |
|---|
void buttonPressed(long eventTime)
eventTime - Exact time of the event in milliseconds.
Provided by the underlying platform.void buttonReleased(long eventTime)
eventTime - Exact time of the event in milliseconds.
Provided by the underlying platform.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||