|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
User interface for Jagacy session.
Method Summary | |
void |
checkLocked()
Notifies the UI to check if the screen is locked. |
void |
close()
Closes the UI. |
void |
setBeginTime(boolean isClearField)
Notifies the UI that a screen has been requested. |
void |
setEndTime()
Notifies the UI that a screen has been received. |
void |
setLocked(boolean isLocked)
Indicates whether or not the keyboard is locked. |
void |
update()
Notifies the UI that the screen has been updated. |
Method Detail |
public void update() throws JagacyException
JagacyException
- If an error occurs.public void checkLocked() throws JagacyException
JagacyException
- If an error occurs.public void setEndTime()
public void setBeginTime(boolean isClearField)
isClearField
- true if the time field should be cleared; false
otherwise.public void setLocked(boolean isLocked)
isLocked
- true if locked; false otherwise.public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |