/**@class android.accounts.OnAccountsUpdateListener
 An interface that contains the callback used by the AccountManager
*/
var OnAccountsUpdateListener = {

/**This invoked when the AccountManager starts up and whenever the account
 set changes.
@param {Object {android.accounts.Account[]}} accounts the current accounts
*/
onAccountsUpdated : function(  ) {},


};