Class DefaultOpenPopupCallback
java.lang.Object
com.teamdev.jxbrowser.view.swing.callback.DefaultOpenPopupCallback
- All Implemented Interfaces:
BrowserCallback
,BrowserSyncCallback<OpenPopupCallback.Params,
,OpenPopupCallback.Response> OpenPopupCallback
,Callback
,SyncCallback<OpenPopupCallback.Params,
OpenPopupCallback.Response>
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
-
Method Summary
Modifier and TypeMethodDescriptionon
(OpenPopupCallback.Params params) Invoked when the callback needs a response of typeR
that may be determined based on the provided callback parameters.
-
Constructor Details
-
DefaultOpenPopupCallback
public DefaultOpenPopupCallback()
-
-
Method Details
-
on
Description copied from interface:SyncCallback
Invoked when the callback needs a response of typeR
that may be determined based on the provided callback parameters.- Specified by:
on
in interfaceSyncCallback<OpenPopupCallback.Params,
OpenPopupCallback.Response> - Parameters:
params
- the object that represents the callback parameters- Returns:
- an object of type
R
that represents the callback response that should be determined based on the provided parameters
-