Package com.iizix.term.remote
Interface RemoteHostSessionListener
- All Known Implementing Classes:
- RemoteHostSession
public interface RemoteHostSessionListener
The Remote 3270 or 5250 host session listener interface to get compressed screen info.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- onScreenChange- (HostSessionPeer peer, int beginPos, int endPos, char[] chars, byte[] attr1, byte[] attr2) Notifies the session of a screen change.
- Method Details- onScreenChangevoid onScreenChange- (HostSessionPeer peer, int beginPos, int endPos, char[] chars, byte[] attr1, byte[] attr2) Notifies the session of a screen change.- Parameters:
- peer- Host session peer.
- beginPos- Begin position, zero based.
- endPos- Ending position, zero-based (inclusive).
- chars- Characters data.
- attr1- Normal attribute array.
- attr2- Extended attribute array.