org.ocap.storage
Interface StorageManagerListener

All Superinterfaces:
java.util.EventListener

public interface StorageManagerListener
extends java.util.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.
 

Method Detail

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