Package com.iizix.term
Class ClientHostScreen
- java.lang.Object
- com.iizix.term.ClientHostScreen
 
- public class ClientHostScreen extends java.lang.ObjectHandles the client host screen information and its synchronization between the server and the client. This is only used if the host session supports "blocking mode" (and the server is configured for it).
- Constructor Summary- Constructors - Constructor - Description - ClientHostScreen(HostSession hostSession, HostSessionProps props, int serialNumber)Creates a new instance of the client host screen.
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - void- onClientInput(ReadTransaction trans)Called when a transaction from the remote client is received to process field input.
 
- Constructor Detail- ClientHostScreen- public ClientHostScreen(HostSession hostSession, HostSessionProps props, int serialNumber) Creates a new instance of the client host screen. When this instance is created, any stored server-based type-ahead is flushed.- Parameters:
- hostSession- The host session.
- props- The settings.
- serialNumber- The serial for the screen.
 
 
 - Method Detail- onClientInput- public void onClientInput(ReadTransaction trans) Called when a transaction from the remote client is received to process field input.- Parameters:
- trans- The transaction.