public class AddressLookupListener extends Object
ApiRegistry.register(ApiFeature, com.google.gwt.core.client.Callback)
cannot be included multiple times on a single page, initialization must be guaranteed to be executed only once.
Make sure in your module this listener will be a Singleton,
consider following in your dagger module:
{@code| Modifier and Type | Class and Description |
|---|---|
static interface |
AddressLookupListener.Callback |
| Constructor and Description |
|---|
AddressLookupListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(AddressLookupListener.Callback callback)
Delegated callback, gets notification when address lookup completes successfully.
|
void |
onSuccess()
Called when address lookup completes successfully.
|
public void onLoad(AddressLookupListener.Callback callback)
public void onSuccess()
Copyright © 2020. All rights reserved.