com.jrefinery.report.targets.pageable.operations
Interface PhysicalOperationsCollector

All Known Implementing Classes:
Spool

public interface PhysicalOperationsCollector

A collector of PhysicalOperation objects.

Author:
Thomas Morgner.

Method Summary
 void addOperation(PhysicalOperation p)
          Adds a PhysicalOperation to the collection.
 

Method Detail

addOperation

public void addOperation(PhysicalOperation p)
Adds a PhysicalOperation to the collection.

Parameters:
p - the operation.