Package com.iizix.term
Class ClientHostScreen
java.lang.Object
com.iizix.term.ClientHostScreen
Handles 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
ConstructorDescriptionClientHostScreen
(HostSession hostSession, HostSessionProps props, int serialNumber) Creates a new instance of the client host screen.Method Summary
Modifier and TypeMethodDescriptionvoid
onClientInput
(ReadTransaction trans) Called when a transaction from the remote client is received to process field input.
Constructor Details
ClientHostScreen
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 Details
onClientInput
Called when a transaction from the remote client is received to process field input.- Parameters:
trans
- The transaction.