public interface CreateAccountStatusInterface
| Modifier and Type | Method and Description |
|---|---|
void |
onRegisterFailure()
Handle a failed registration.
|
void |
onRegisterSuccess()
Handle a successful registration.
|
void |
setStatus(java.lang.String s)
Display a message in the dialog box
|
void setStatus(java.lang.String s)
s - The message to displayvoid onRegisterSuccess()
void onRegisterFailure()