public interface SearchResultExportHandler
Modifier and Type | Method and Description |
---|---|
void |
exportResult(SearchResult searchResult)
Initiate export of the given
SearchResult . |
void exportResult(SearchResult searchResult) throws de.ims.icarus.util.ToolException
SearchResult
. It is up to
the export handler to ask the user for target location and the
details on how to format/organize the result. Note that this
method is called on the event-dispatch-thread.de.ims.icarus.util.ToolException