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 |
onLoginLinphoneAccount(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
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onActivateAlias(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onActivateAlias
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onIsAccountLinked(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onIsAccountLinked
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onLinkAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onLinkAccount
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onIsAliasUsed(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onIsAliasUsed
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onIsAccountActivated(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onIsAccountActivated
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onLoginLinphoneAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onLoginLinphoneAccount
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onIsAccountExist(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onIsAccountExist
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onUpdateAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onUpdateAccount
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onRecoverAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onRecoverAccount
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finishedpublic void onCreateAccount(AccountCreator creator, AccountCreator.Status status, java.lang.String resp)
AccountCreatorListener
onCreateAccount
in interface AccountCreatorListener
status
- The status of the LinphoneAccountCreator test existence operation
that has just finished