Package com.iizix.term
Interface HostSessionChangesListener
- public interface HostSessionChangesListenerThe interface that is used to listen to any kind of changes in the host session using the helper class- RemoteHostSession.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - 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 Detail- onHostSessionChanged- 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. screen change, cursor change, field change, session state.- Parameters:
- changeHelper- The helper instance causing the event.