Interface IRemoteSessionControlListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IRemoteSessionControlListener
Interface used by the framework to listen to remote control events.

This interface is only intended to be used by the framework.

Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Remote window closed by user action.
  • Method Details

    • onRemoteBrowserWindowClosed

      void onRemoteBrowserWindowClosed()
      Remote window closed by user action.