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 Detail

      • onRemoteBrowserWindowClosed

        void onRemoteBrowserWindowClosed()
        Remote window closed by user action.