public interface AccountChangeNotifier
| Modifier and Type | Method and Description |
|---|---|
void |
accountChanged(String account)
Notifies listeners that an account had changed.
|
void |
rootUsersChanged()
Notifies listeners that a root user's status has changed: a root user was added, removed, or changed.
|
void |
storageProviderCacheOnNodeChanged(String account)
Notifies listeners that a node's cached storage provider information has changed.
|
void |
storageProvidersChanged(String account)
Notifies listeners that one or more storage providers associated with an account has changed.
|
void |
userStoreChanged(String account)
Notifies listeners that the set of users associated with an account have changed
|
void accountChanged(String account)
account - void storageProvidersChanged(String account)
account - void userStoreChanged(String account)
account - void rootUsersChanged()
void storageProviderCacheOnNodeChanged(String account)
account - Copyright © 2009–2017 DuraSpace. All rights reserved.