Class FillEvents


  • public class FillEvents
    extends java.lang.Object
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends ReportFillEvent>
      void
      triggerEvent​(java.lang.Class<T> eventType, java.util.function.Supplier<T> eventSupplier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • triggerEvent

        public <T extends ReportFillEvent> void triggerEvent​(java.lang.Class<T> eventType,
                                                             java.util.function.Supplier<T> eventSupplier)