|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static String |
PUBLISH_KEY
The path in the environment where the CarGUI will be published. |
Method Summary | |
void |
setDoorStatus(byte status)
Sets the door status of the gui repaint it |
void |
setLockStatus(boolean isOpen)
Sets the lock status of the gui and repaint it |
void |
setWindowStatus(byte status)
Sets the window status of the gui and repaint it |
Field Detail |
public static final String PUBLISH_KEY
environment
where the CarGUI
will be published.
Value: /local/public/car_gui
Method Detail |
public void setDoorStatus(byte status)
status
- the current status representing door positionpublic void setLockStatus(boolean isOpen)
public void setWindowStatus(byte status)
status
- the current status representing window position
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |