public final class DefaultOpenPopupCallback extends java.lang.Object implements OpenPopupCallback
OpenPopupCallback
implementation that creates and shows a new window with the
embedded popup browser.OpenPopupCallback.Params, OpenPopupCallback.Response
Constructor and Description |
---|
DefaultOpenPopupCallback() |
Modifier and Type | Method and Description |
---|---|
OpenPopupCallback.Response |
on(OpenPopupCallback.Params params)
Invoked when the callback needs a response of type
R that may be determined based on
the provided callback parameters. |
public OpenPopupCallback.Response on(OpenPopupCallback.Params params)
SyncCallback
R
that may be determined based on
the provided callback parameters.on
in interface SyncCallback<OpenPopupCallback.Params,OpenPopupCallback.Response>
params
- the object that represents the callback parametersR
that represents the callback response that should be
determined based on the provided parameters