org.ocap.storage
Interface StorageManagerListener
- All Superinterfaces:
- EventListener
public interface StorageManagerListener
- extends EventListener
This interface represents a listener for changes to the set of StorageProxies
(StorageProxy). Each listener is notified when a storage proxy is added,
removed or changes state.
|
Method Summary |
void |
notifyChange(StorageManagerEvent sme)
The implementation calls this method to inform the listener when a storage proxy was
added, removed or changes state. |
notifyChange
void notifyChange(StorageManagerEvent sme)
- The implementation calls this method to inform the listener when a storage proxy was
added, removed or changes state.
changed.
- Parameters:
sme - Event indicating the change.- See Also:
StorageManagerEvent
Copyright © 2011. All Rights Reserved.