Uses of Interface
com.iizix.gyro.IWindowCloseListener
Packages that use IWindowCloseListener Package Description com.iizix.gyro com.iizix.server.gyro Uses of IWindowCloseListener in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type IWindowCloseListener Modifier and Type Method Description booleanIClientSessionGyro. triggerRemoteOpenWindow(java.lang.String url, java.lang.String target, WindowOptions options, IWindowCloseListener windowListener)Triggers opening of a browser window on the client.booleanIRemoteSessionControl. triggerRemoteOpenWindow(java.lang.String url, java.lang.String target, WindowOptions options, IWindowCloseListener windowListener)Triggers opening of a browser window on the client.Uses of IWindowCloseListener in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IWindowCloseListener Modifier and Type Method Description booleanClientSessionGyro. triggerRemoteOpenWindow(java.lang.String url, java.lang.String target, WindowOptions options, IWindowCloseListener windowListener)Triggers opening of a browser window on the client.