public class AccountCreatorListenerStub extends java.lang.Object implements AccountCreatorListener
Constructor and Description |
---|
AccountCreatorListenerStub() |
Modifier and Type | Method and Description |
---|---|
void |
onActivateAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onActivateAlias(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onCreateAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onIsAccountActivated(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onIsAccountExist(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onIsAccountLinked(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onIsAliasUsed(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onLinkAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onRecoverAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
void |
onUpdateAccount(AccountCreator creator,
AccountCreator.Status status,
java.lang.String resp)
Callback to notify a response of server.
|
public void onActivateAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onActivateAccount
in interface AccountCreatorListener
public void onActivateAlias(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onActivateAlias
in interface AccountCreatorListener
public void onIsAccountLinked(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onIsAccountLinked
in interface AccountCreatorListener
public void onLinkAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onLinkAccount
in interface AccountCreatorListener
public void onIsAliasUsed(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onIsAliasUsed
in interface AccountCreatorListener
public void onIsAccountActivated(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onIsAccountActivated
in interface AccountCreatorListener
public void onIsAccountExist(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onIsAccountExist
in interface AccountCreatorListener
public void onUpdateAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onUpdateAccount
in interface AccountCreatorListener
public void onRecoverAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onRecoverAccount
in interface AccountCreatorListener
public void onCreateAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onCreateAccount
in interface AccountCreatorListener