Package com.iizix.term
Interface HostSessionChangesListener
public interface HostSessionChangesListener
The interface that is used to listen to any kind of changes in the host session using the helper class 
RemoteHostSession.- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- onHostSessionChanged- (RemoteHostSession changeHelper) Called once since the instance of the- RemoteHostSessionwas created or last reset when some kind of host session change has occurred, e.g.
- Method Details- onHostSessionChangedCalled once since the instance of the- RemoteHostSessionwas created or last reset when some kind of host session change has occurred, e.g. screen change, cursor change, field change, session state.- Parameters:
- changeHelper- The helper instance causing the event.