Class FitsFilesWrittenEvent
java.lang.Object
org.lsst.ccs.subsystem.imagehandling.data.FitsFilesWrittenEvent
- All Implemented Interfaces:
Serializable
An event sent when FitsFiles have been written.
- Author:
- The LSSTCCS Team
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFitsFilesWrittenEvent(String imageName, Exception ex) FitsFilesWrittenEvent(String imageName, FileList fileList, org.lsst.ccs.utilities.location.LocationSet locations) -
Method Summary
Modifier and TypeMethodDescriptionorg.lsst.ccs.utilities.location.LocationSet
-
Field Details
-
EVENT_KEY
- See Also:
-
-
Constructor Details
-
FitsFilesWrittenEvent
-
FitsFilesWrittenEvent
-
-
Method Details
-
getImageName
-
getFileList
-
getException
-
getLocations
public org.lsst.ccs.utilities.location.LocationSet getLocations()
-