Package com.iizix.gyro
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onRemoteBrowserWindowClosed()
Remote window closed by user action.