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.
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 TypeMethodDescriptionvoid
Remote window closed by user action.
Method Details
onRemoteBrowserWindowClosed
void onRemoteBrowserWindowClosed()Remote window closed by user action.