Uses of Interface
com.iizix.gyro.IWindowCloseListener
Packages that use IWindowCloseListener
Uses of IWindowCloseListener in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type IWindowCloseListenerModifier and TypeMethodDescriptionbooleanIClientSessionGyro.triggerRemoteOpenWindow(String url, String target, WindowOptions options, IWindowCloseListener windowListener) Triggers opening of a browser window on the client.booleanIRemoteSessionControl.triggerRemoteOpenWindow(String url, 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 IWindowCloseListenerModifier and TypeMethodDescriptionbooleanClientSessionGyro.triggerRemoteOpenWindow(String url, String target, WindowOptions options, IWindowCloseListener windowListener) Triggers opening of a browser window on the client.