Package thredds.inventory
Class CollectionUpdateEvent
- java.lang.Object
-
- thredds.inventory.CollectionUpdateEvent
-
@Immutable public class CollectionUpdateEvent extends Object
Events when a fc should be updated. guava.EventBus wires together listeners and sources, and- Since:
- 6/30/2015
-
-
Constructor Summary
Constructors Constructor Description CollectionUpdateEvent(CollectionUpdateType type, String collectionName, String source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCollectionName()
CollectionUpdateType
getType()
String
toString()
-
-
-
Constructor Detail
-
CollectionUpdateEvent
public CollectionUpdateEvent(CollectionUpdateType type, String collectionName, String source)
-
-
Method Detail
-
getType
public CollectionUpdateType getType()
-
getCollectionName
public String getCollectionName()
-
-