Class FitsFilesWrittenEvent

java.lang.Object
org.lsst.ccs.subsystem.imagehandling.data.FitsFilesWrittenEvent
All Implemented Interfaces:
Serializable

@SkipEncoding public class FitsFilesWrittenEvent extends Object implements Serializable
An event sent when FitsFiles have been written.
Author:
The LSSTCCS Team
See Also:
  • Field Details

  • Constructor Details

    • FitsFilesWrittenEvent

      public FitsFilesWrittenEvent(String imageName, FileList fileList, org.lsst.ccs.utilities.location.LocationSet locations)
    • FitsFilesWrittenEvent

      public FitsFilesWrittenEvent(String imageName, Exception ex)
  • Method Details

    • getImageName

      public String getImageName()
    • getFileList

      public FileList getFileList()
    • getException

      public Exception getException()
    • getLocations

      public org.lsst.ccs.utilities.location.LocationSet getLocations()