import "flockIAccountService.idl";
Public Member Functions | |
| void | onAccountAuthenticated (in flockIWebServiceAccount aAccount) |
| void | onAccountUnauthenticated (in flockIWebServiceAccount aAccount) |
| void | onAccountRefreshing (in flockIWebServiceAccount aAccount) |
| void | onAccountNoLongerRefreshing (in flockIWebServiceAccount aAccount) |
| void | onAccountRemoved (in flockIWebServiceAccount aAccount) |
| void flockIAccountObserver::onAccountAuthenticated | ( | in flockIWebServiceAccount | aAccount | ) |
Functionality to be performed when AccountService observes that an account has been authenticated.
| aAccount | (in) XPCOM Account that has been authenticated |
| void flockIAccountObserver::onAccountNoLongerRefreshing | ( | in flockIWebServiceAccount | aAccount | ) |
| aAccount | (in) XPCOM Account that has finished refreshing |
| void flockIAccountObserver::onAccountRefreshing | ( | in flockIWebServiceAccount | aAccount | ) |
| aAccount | (in) XPCOM Account that has started refreshing |
| void flockIAccountObserver::onAccountRemoved | ( | in flockIWebServiceAccount | aAccount | ) |
| aAccount | (in) XPCOM Account that has been removed |
| void flockIAccountObserver::onAccountUnauthenticated | ( | in flockIWebServiceAccount | aAccount | ) |
Functionality to be performed when AccountService observes that an account has just been unauthenticated.
| aAccount | (in) XPCOM Account that has been unauthenticated |
1.4.7