Class DefaultSaveUserDataProfileCallback
java.lang.Object
com.teamdev.jxbrowser.view.WidgetHolder<BrowserView>
com.teamdev.jxbrowser.view.swt.callback.DefaultCallback
com.teamdev.jxbrowser.view.swt.callback.DefaultSaveUserDataProfileCallback
- All Implemented Interfaces:
BrowserAsyncCallback<SaveUserDataProfileCallback.Params,
,SaveUserDataProfileCallback.Action> BrowserCallback
,SaveUserDataProfileCallback
,AsyncCallback<SaveUserDataProfileCallback.Params,
,SaveUserDataProfileCallback.Action> Callback
public final class DefaultSaveUserDataProfileCallback
extends DefaultCallback
implements SaveUserDataProfileCallback
The default
SaveUserDataProfileCallback
implementation that shows a bubble that
allows the user to save the user data profile: city, state, street, zip code, email
address, etc.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.teamdev.jxbrowser.browser.callback.SaveUserDataProfileCallback
SaveUserDataProfileCallback.Action, SaveUserDataProfileCallback.Params
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the callback needs a response for the given callback parameters.
-
Constructor Details
-
DefaultSaveUserDataProfileCallback
-
-
Method Details
-
on
Description copied from interface:AsyncCallback
Invoked 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:
on
in interfaceAsyncCallback<SaveUserDataProfileCallback.Params,
SaveUserDataProfileCallback.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
-