Interface IDocumentWriter
public interface IDocumentWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
close this document writer; this method might trigger updates of the report documentvoid
setRunnable
(IReportRunnable runnable) set a report runnable which can be used to update a report document
-
Method Details
-
setRunnable
set a report runnable which can be used to update a report document- Parameters:
runnable
- a report runnable- Throws:
EngineException
-
close
void close()close this document writer; this method might trigger updates of the report document
-