com.jagacy.ui
Interface UserInterface

All Known Implementing Classes:
AbstractSwing

public interface UserInterface

User interface for Jagacy session.

Since:
Jagacy 3270 1.4, Jagacy VT 1.1
Author:
Robert M. Preston

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

update

public void update()
            throws JagacyException
Notifies the UI that the screen has been updated.

Throws:
JagacyException - If an error occurs.

checkLocked

public void checkLocked()
                 throws JagacyException
Notifies the UI to check if the screen is locked.

Throws:
JagacyException - If an error occurs.

setEndTime

public void setEndTime()
Notifies the UI that a screen has been received.


setBeginTime

public void setBeginTime(boolean isClearField)
Notifies the UI that a screen has been requested.

Parameters:
isClearField - true if the time field should be cleared; false otherwise.

setLocked

public void setLocked(boolean isLocked)
Indicates whether or not the keyboard is locked.

Parameters:
isLocked - true if locked; false otherwise.

close

public void close()
Closes the UI.