Package ome.formats.importer.cli
Class LoggingImportMonitor
- java.lang.Object
-
- ome.formats.importer.cli.LoggingImportMonitor
-
-
Constructor Summary
Constructors Constructor Description LoggingImportMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportOutput
setImportOutput(ImportOutput importOutput)
Set the currentImportOutput
(defaulting to null if a null value is passed).void
update(IObservable importLibrary, ImportEvent event)
Update observable on event
-
-
-
Method Detail
-
setImportOutput
public ImportOutput setImportOutput(ImportOutput importOutput)
Set the currentImportOutput
(defaulting to null if a null value is passed).- Parameters:
importOutput
- possibly null enumeration value.- Returns:
- previous value.
-
update
public void update(IObservable importLibrary, ImportEvent event)
Description copied from interface:IObserver
Update observable on event
-
-