|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a button of a IDevice
.
A button can only be in two states: pressed of released.
Method Summary | |
void |
addListener(IButtonListener aListener)
|
IDevice |
getDevice()
Returns the device this button belongs to. |
ButtonId |
getId()
|
boolean |
isPressed()
Returns the state of this button. |
void |
removeListener(IButtonListener aListener)
|
Method Detail |
public IDevice getDevice()
public ButtonId getId()
public boolean isPressed()
public void addListener(IButtonListener aListener)
public void removeListener(IButtonListener aListener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |