Package net.sf.jasperreports.engine.fill
Interface VirtualizationListener<T>
- All Known Implementing Classes:
DelayedFillActions,JRVirtualizationContext
public interface VirtualizationListener<T>
Listener that plugs into the virtualization process.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterInternalization(JRVirtualizable<T> object) Called after an object's data was made available to the object.voidbeforeExternalization(JRVirtualizable<T> object) Called before an object's data is externalized.
-
Method Details
-
beforeExternalization
Called before an object's data is externalized.- Parameters:
object-- See Also:
-
afterInternalization
Called after an object's data was made available to the object.- Parameters:
object-- See Also:
-