Uses of Interface
org.eclipse.birt.report.engine.api.IStatusHandler
Packages that use IStatusHandler
Package
Description
This is an application-writer's interface for using the BIRT report engine.
-
Uses of IStatusHandler in org.eclipse.birt.report.engine.api
Classes in org.eclipse.birt.report.engine.api that implement IStatusHandlerModifier and TypeClassDescriptionclass
default implementation for a status handler.Methods in org.eclipse.birt.report.engine.api that return IStatusHandlerMethods in org.eclipse.birt.report.engine.api with parameters of type IStatusHandlerModifier and TypeMethodDescriptionvoid
EngineConfig.setStatusHandler
(IStatusHandler handler) sets the handler for reporting report running status.void
IEngineTask.setStatusHandler
(IStatusHandler handler) set a task-level status handler, this handler will override the engine-level one