Clearspace API (1.10.16) Core Javadocs

com.jivesoftware.community.event
Interface StorageManagerListener


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

storageModeChanged

void storageModeChanged(StorageManagerEvent event)
Fired when the storage mode is changed.

Parameters:
event - the StorageManagerEvent

fileSystemCacheModeChanged

void fileSystemCacheModeChanged(StorageManagerEvent event)
Fired when the storage file system cache mode is changed.

Parameters:
event - the StorageManagerEvent

fileSystemCacheSizeChanged

void fileSystemCacheSizeChanged(StorageManagerEvent event)
Fired when the storage file system cache size is changed.

Parameters:
event - the StorageManagerEvent

Clearspace Project Page

Copyright © 1999-2007 Jive Software.