Class OpenExternalAppCallback.Action
java.lang.Object
com.teamdev.jxbrowser.callback.AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.OpenExternalApp.Response>
com.teamdev.jxbrowser.browser.callback.OpenExternalAppCallback.Action
- Enclosing interface:
- OpenExternalAppCallback
public static final class OpenExternalAppCallback.Action
extends AsyncCallbackAction<com.teamdev.jxbrowser.internal.rpc.OpenExternalApp.Response>
An action providing a response to the
OpenExternalAppCallback
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.teamdev.jxbrowser.callback.AsyncCallbackAction
isClosed
-
Constructor Details
-
Action
-
-
Method Details
-
open
public void open()Notifies the browser that the link should be opened in the associated external application.If the application is not running, the operating system should launch the application and open the link in it.
-
cancel
public void cancel()Notifies the browser that the link should not be opened in the external application.
-