Package gov.usgs.earthquake.distribution
Interface StorageListener
-
- All Superinterfaces:
Configurable
- All Known Implementing Classes:
DefaultStorageListener,ReplicationStorageListener
public interface StorageListener extends Configurable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonStorageEvent(StorageEvent event)Called when aProductStorageis changed by aProduct.
-
-
-
Method Detail
-
onStorageEvent
void onStorageEvent(StorageEvent event)
Called when aProductStorageis changed by aProduct.- Parameters:
event- Contains storage change details
-
-