Package com.iizix.term.remote
Interface RemoteHostSessionListener
- All Known Implementing Classes:
RemoteHostSession
public interface RemoteHostSessionListenerThe Remote 3270 or 5250 host session listener interface to get compressed screen info.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonScreenChange(HostSessionPeer peer, int beginPos, int endPos, char[] chars, byte[] attr1, byte[] attr2)Notifies the session of a screen change.
Method Detail
onScreenChange
void 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.