com.jrefinery.report.targets.base.event
Interface RepaginationListener


public interface RepaginationListener

An interface that should be supported by objects interested in receiving notification of repagination events.

Author:
Thomas Morgner.

Method Summary
 void repaginationUpdate(RepaginationState state)
          Receives notification of a repagination update.
 

Method Detail

repaginationUpdate

public void repaginationUpdate(RepaginationState state)
Receives notification of a repagination update.

Parameters:
state - the state.