Interface CatalogStreamObserver

All Known Implementing Classes:
ECDFileTest

public interface CatalogStreamObserver
  • Method Details

    • newImageRecord

      boolean newImageRecord(SonarImageRecordI glfImage)
      Process a new image record.
      Parameters:
      glfImage -
      Returns:
      true if process streaming should continue, false otherwise.
    • newStatusData

      boolean newStatusData(GLFStatusData statusData)
      Process new status data
      Parameters:
      statusData -
      Returns:
      true if process streaming should continue, false otherwise.