com.java4less.rreport
Interface RAreaListener


public interface RAreaListener

Provides a user exit before each repetition of the area is printed.


Method Summary
 void beforePrintingArea(RArea area)
          this method is called before each repetition of the area is printed.
 

Method Detail

beforePrintingArea

public void beforePrintingArea(RArea area)
this method is called before each repetition of the area is printed. You can use this method to programatically set fields in the area or for you internal calculations. In exampleOrder.java this is used for calculating the amount of each line and the total amuount of the purchase order.