jbreport.util
Interface BreakEventListener

- All Superinterfaces:
- java.util.EventListener
- public interface BreakEventListener
- extends java.util.EventListener
This interface defines the methods that should be implemented by any class
that needs to be notified of break events during the loadData
phase of report creation.
This enables classes to do any splitting of pages, printing of headers,
etc. that might be required during the report generation.
- Version:
- $Revision: 1.1.1.1 $
|
Method Summary |
void |
breakEvent(ReportBreak source,
java.lang.Object type)
This method will be called whenever the condition of a ReportBreak
element changes in accordance with the declaration. |
breakEvent
public void breakEvent(ReportBreak source,
java.lang.Object type)
throws jbreport.ReportException
- This method will be called whenever the condition of a ReportBreak
element changes in accordance with the declaration.