public abstract static class ConfigurationController.CompletionListener
extends java.lang.Object
IConfigurationController#getConfigurationParameters(String, String, CompletionListener)
.Constructor and Description |
---|
CompletionListener() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onError(java.lang.Throwable t)
Invoked when an exception occurs during processing.
|
void |
onStartDownloading()
Invoked right before the configuration download starts.
|
abstract void |
onSuccess(IConfigurationParameters configurationParameters)
Invoked upon successful retrieval of the parameters.
|
public void onStartDownloading()
public abstract void onSuccess(IConfigurationParameters configurationParameters)
configurationParameters
- the parameters, must be non-nullpublic abstract void onError(java.lang.Throwable t)
t
- the exception, must be non-null