examples.carcontrol
Interface CarGUI

All Known Implementing Classes:
CarGUIImpl

public interface CarGUI


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

PUBLISH_KEY

public static final String PUBLISH_KEY
The path in the environment where the CarGUI will be published.

Value: /local/public/car_gui

See Also:
Constant Field Values
Method Detail

setDoorStatus

public void setDoorStatus(byte status)
Sets the door status of the gui repaint it

Parameters:
status - the current status representing door position

setLockStatus

public void setLockStatus(boolean isOpen)
Sets the lock status of the gui and repaint it


setWindowStatus

public void setWindowStatus(byte status)
Sets the window status of the gui and repaint it

Parameters:
status - the current status representing window position


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.