Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jbreport.util
Interface BreakEventListener  view BreakEventListener download BreakEventListener.java

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.
 

Method Detail

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.