Package thredds.inventory
Interface CollectionManager.TriggerListener
-
- Enclosing interface:
- CollectionManager
public static interface CollectionManager.TriggerListener
A TriggerEvent.proto is sent if protoDataset.change = "cron" has been specified A TriggerEvent.update is sent if a scan has happened and a change in the list of MFiles has occurred, or an MFile has been updated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleCollectionEvent(CollectionManager.TriggerEvent event)
-
-
-
Method Detail
-
handleCollectionEvent
void handleCollectionEvent(CollectionManager.TriggerEvent event)
-
-