Interface ReportFillListenerProvider
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ReportFillListenerProvider
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceReportFillListenerProvider.ListenerConsumer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidproduce(JRFillContext fillContext, ReportFillListenerProvider.ListenerConsumer consumer)
-
-
-
Method Detail
-
produce
void produce(JRFillContext fillContext, ReportFillListenerProvider.ListenerConsumer consumer)
-
-