com.jrefinery.report.event
Interface LayoutListener

All Known Implementing Classes:
LevelledExpressionList, PaintComponentFunction

public interface LayoutListener

Adds layout notification support for functions. Functions get informed when the layouting is complete.

Author:
Thomas Morgner

Method Summary
 void layoutComplete(LayoutEvent event)
          Receives notification that the band layouting has completed.
 

Method Detail

layoutComplete

public void layoutComplete(LayoutEvent event)
Receives notification that the band layouting has completed.

The event carries the current report state.

Parameters:
event - the event.