Class DefaultOpenPopupCallback
java.lang.Object
com.teamdev.jxbrowser.view.javafx.callback.internal.OpenBrowserPopupCallback
com.teamdev.jxbrowser.view.javafx.callback.DefaultOpenPopupCallback
- All Implemented Interfaces:
BrowserCallback,BrowserSyncCallback<OpenPopupCallback.Params,,OpenPopupCallback.Response> OpenPopupCallback,Callback,SyncCallback<OpenPopupCallback.Params,OpenPopupCallback.Response>
public final class DefaultOpenPopupCallback
extends com.teamdev.jxbrowser.view.javafx.callback.internal.OpenBrowserPopupCallback
implements OpenPopupCallback
The default
OpenPopupCallback implementation that creates and shows a new window with the
embedded popup browser.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.teamdev.jxbrowser.browser.callback.OpenPopupCallback
OpenPopupCallback.Params, OpenPopupCallback.Response -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionon(OpenPopupCallback.Params params) Invoked when the callback needs a response of typeRthat may be determined based on the provided callback parameters.
-
Constructor Details
-
DefaultOpenPopupCallback
public DefaultOpenPopupCallback()
-
-
Method Details
-
on
Description copied from interface:SyncCallbackInvoked when the callback needs a response of typeRthat may be determined based on the provided callback parameters.- Specified by:
onin interfaceSyncCallback<OpenPopupCallback.Params,OpenPopupCallback.Response> - Parameters:
params- the object that represents the callback parameters- Returns:
- an object of type
Rthat represents the callback response that should be determined based on the provided parameters
-