|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ButtonListener
This interface has to be implemented if the application should react to button press/releases.
| Method Summary | |
|---|---|
void |
buttonPressReceived(ButtonPressedEvent event)
This method would be called if a Device button has been pressed. |
void |
buttonReleaseReceived(ButtonReleasedEvent event)
This method would be called if a Device button has been released. |
| Method Detail |
|---|
void buttonPressReceived(ButtonPressedEvent event)
event - The button representation as an event.void buttonReleaseReceived(ButtonReleasedEvent event)
event - This is actually a meta-event NOT containing which button
has been released.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||