Class NonRecursiveEventListenerBuilder

java.lang.Object
org.teamapps.databinding.NonRecursiveEventListenerBuilder

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

    Constructors
    Constructor Description
    NonRecursiveEventListenerBuilder()  
  • Method Summary

    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 Details

    • NonRecursiveEventListenerBuilder

      public NonRecursiveEventListenerBuilder()
  • Method Details

    • create

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