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 classRemoteHostSession
.- 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 theRemoteHostSession
was 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 theRemoteHostSession
was 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.