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 Type
    Method
    Description
    void
    Called once since the instance of the RemoteHostSession was created or last reset when some kind of host session change has occurred, e.g.
  • Method Details

    • onHostSessionChanged

      void onHostSessionChanged(RemoteHostSession changeHelper)
      Called once since the instance of the RemoteHostSession 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.