Class NonRecursiveEventListenerBuilder


  • public class NonRecursiveEventListenerBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <EVENT_DATA>
      java.util.function.Consumer<EVENT_DATA>
      create​(java.util.function.Consumer<EVENT_DATA> handler)  
      • Methods inherited from class java.lang.Object

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

      • NonRecursiveEventListenerBuilder

        public NonRecursiveEventListenerBuilder()
    • Method Detail

      • create

        public <EVENT_DATA> java.util.function.Consumer<EVENT_DATA> create​(java.util.function.Consumer<EVENT_DATA> handler)