|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LcdViewListener
| Field Summary | |
|---|---|
static int |
DOWN_BUTTON
Define the down button (int) constant. |
static int |
ENTER_BUTTON
Define the enter button (int) constant. |
static int |
F1_BUTTON
Define the f1 button (int) constant. |
static int |
F2_BUTTON
Define the f2 button (int) constant. |
static int |
LEFT_BUTTON
Define the left button (int) constant. |
static int |
POWER_BUTTON
Define the power button (int) constant. |
static int |
RIGHT_BUTTON
Define the right button (int) constant. |
static int |
UP_BUTTON
Define the up button (int) constant. |
| Method Summary | |
|---|---|
void |
buttonPressed(int button)
Button pressed with the specified button parameter. |
void |
simulatorClosed()
Simulator closed. |
| Field Detail |
|---|
static final int POWER_BUTTON
static final int UP_BUTTON
static final int DOWN_BUTTON
static final int LEFT_BUTTON
static final int RIGHT_BUTTON
static final int ENTER_BUTTON
static final int F1_BUTTON
static final int F2_BUTTON
| Method Detail |
|---|
void buttonPressed(int button)
button - The button (int) parameter.void simulatorClosed()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||