Interface IReportEventHandler
-
public interface IReportEventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(IReportEvent event)
-
-
-
Method Detail
-
handle
void handle(IReportEvent event) throws org.eclipse.birt.core.exception.BirtException
- Throws:
org.eclipse.birt.core.exception.BirtException
-
-