Package thredds.inventory
Class CollectionManager.TriggerEvent
- java.lang.Object
-
- java.util.EventObject
-
- thredds.inventory.CollectionManager.TriggerEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CollectionManager
public static class CollectionManager.TriggerEvent extends EventObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionUpdateType
getType()
String
toString()
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Method Detail
-
getType
public CollectionUpdateType getType()
-
toString
public String toString()
- Overrides:
toString
in classEventObject
-
-