|
Clearspace API (1.10.16) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StorageManagerListener
A StorageManagerListener gets notified anytime a storage event is fired. Concrete implementations of this class must have a zero argument constructor.
| Method Summary | |
|---|---|
void |
fileSystemCacheModeChanged(StorageManagerEvent event)
Fired when the storage file system cache mode is changed. |
void |
fileSystemCacheSizeChanged(StorageManagerEvent event)
Fired when the storage file system cache size is changed. |
void |
storageModeChanged(StorageManagerEvent event)
Fired when the storage mode is changed. |
| Method Detail |
|---|
void storageModeChanged(StorageManagerEvent event)
event - the StorageManagerEventvoid fileSystemCacheModeChanged(StorageManagerEvent event)
event - the StorageManagerEventvoid fileSystemCacheSizeChanged(StorageManagerEvent event)
event - the StorageManagerEvent
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||