|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
User interface for Jagacy session.
Field Summary | |
static int |
ERROR_LEVEL
|
static int |
INFO_LEVEL
|
static int |
WARN_LEVEL
|
Method Summary | |
void |
beginTime()
Notifies the UI that a screen has been requested. |
void |
close()
Closes the UI. |
void |
endTime()
Notifies the UI that a screen has been received. |
void |
notify(int level,
java.lang.String title,
java.lang.String message)
Notifies the UI that an important event has occurred. |
void |
resetTime()
Clears the time component. |
void |
setLocked(boolean isLocked)
Indicates whether or not the keyboard is locked. |
void |
update()
Notifies the UI that the screen has been updated. |
Field Detail |
public static final int INFO_LEVEL
public static final int WARN_LEVEL
public static final int ERROR_LEVEL
Method Detail |
public void update() throws JagacyException
JagacyException
- If an error occurs.public void resetTime()
public void beginTime()
public void endTime()
public void setLocked(boolean isLocked)
isLocked
- true if locked; false otherwise.public void notify(int level, java.lang.String title, java.lang.String message)
level
- Event level.title
- Event title.message
- Event message.public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |