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 void
onStorageEvent(StorageEvent event)
Called when aProductStorage
is changed by aProduct
.
-
-
-
Method Detail
-
onStorageEvent
void onStorageEvent(StorageEvent event)
Called when aProductStorage
is changed by aProduct
.- Parameters:
event
- Contains storage change details
-
-