Package tritechgemini.fileio
Interface CatalogStreamObserver
- All Known Implementing Classes:
ECDFileTest
public interface CatalogStreamObserver
-
Method Summary
Modifier and TypeMethodDescriptionbooleannewImageRecord(SonarImageRecordI glfImage) Process a new image record.booleannewStatusData(GLFStatusData statusData) Process new status data
-
Method Details
-
newImageRecord
Process a new image record.- Parameters:
glfImage-- Returns:
- true if process streaming should continue, false otherwise.
-
newStatusData
Process new status data- Parameters:
statusData-- Returns:
- true if process streaming should continue, false otherwise.
-