Class DefaultOpenExtensionPopupCallback
java.lang.Object
com.teamdev.jxbrowser.view.javafx.callback.internal.OpenBrowserPopupCallback
com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenExtensionPopupCallback
- All Implemented Interfaces:
AsyncCallback<OpenExtensionPopupCallback.Params,,OpenExtensionPopupCallback.Action> Callback,ExtensionCallback,OpenExtensionPopupCallback
public class DefaultOpenExtensionPopupCallback
extends com.teamdev.jxbrowser.view.javafx.callback.internal.OpenBrowserPopupCallback
implements OpenExtensionPopupCallback
The default
OpenExtensionPopupCallback implementation that creates and
shows a new window with the embedded popup browser.- Since:
- 8.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.teamdev.jxbrowser.extensions.callback.OpenExtensionPopupCallback
OpenExtensionPopupCallback.Action, OpenExtensionPopupCallback.Params -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the callback needs a response for the given callback parameters.
-
Constructor Details
-
DefaultOpenExtensionPopupCallback
public DefaultOpenExtensionPopupCallback()
-
-
Method Details
-
on
Description copied from interface:AsyncCallbackInvoked when the callback needs a response for the given callback parameters. The response can be provided asynchronously from a different thread or before the method returns. The response can be provided only once.- Specified by:
onin interfaceAsyncCallback<OpenExtensionPopupCallback.Params,OpenExtensionPopupCallback.Action> - Parameters:
params- the object that represents the callback parameterstell- the object that can be used to provide the callback response. One of its methods must be invoked to provide the response. Once the response has been provided, any call to the object methods will result in theIllegalStateException
-