|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.bug.base.BaseDisplay
public class BaseDisplay
This class interfaces BUG base unit LCD to OSGi service layer.
| Constructor Summary | |
|---|---|
BaseDisplay()
|
|
| Method Summary | |
|---|---|
protected void |
dispose()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseDisplay()
| Method Detail |
|---|
protected void dispose()
public IFramebufferDevice lock(java.lang.String clientId)
IBaseDisplay
lock in interface IBaseDisplay
public void unlock(java.lang.String clientId)
throws InvalidClientException
IBaseDisplay
unlock in interface IBaseDisplayInvalidClientException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||