|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBaseDisplay
This defines how to display information on the BUG base LCD. This interface is used to lock the display. This ensures only one client at a time and write to the base display.
| Method Summary | |
|---|---|
IFramebufferDevice |
lock(java.lang.String clientId)
A client must first lock the display before writing. |
void |
unlock(java.lang.String clientId)
A client unlocks the display after use for other clients. |
| Method Detail |
|---|
IFramebufferDevice lock(java.lang.String clientId)
void unlock(java.lang.String clientId)
throws InvalidClientException
InvalidClientException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||