com.jrefinery.report.event
Interface PrepareEventListener

All Known Implementing Classes:
SimplePageLayouter

public interface PrepareEventListener

An interface for receiving notification of prepare events.

Author:
Thomas Morgner.

Method Summary
 void prepareEvent(ReportEvent event)
          Receives notification of a prepare event.
 

Method Detail

prepareEvent

public void prepareEvent(ReportEvent event)
Receives notification of a prepare event.

Parameters:
event - the event.