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 Summary
Modifier and TypeMethodDescriptionvoid
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 Details
onHostSessionChanged
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.