Class ListenerRegistry<T>
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.events.ListenerRegistry<T>
-
public class ListenerRegistry<T> extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ListenerRegistry(List<RegisteredListener<T>> listeners)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <E extends T>
voidtriggerEvent(Class<E> eventType, Supplier<E> eventSupplier)
-