Package org.teamapps.databinding
Class NonRecursiveEventListenerBuilder
- java.lang.Object
-
- org.teamapps.databinding.NonRecursiveEventListenerBuilder
-
public class NonRecursiveEventListenerBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NonRecursiveEventListenerBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <EVENT_DATA>
EventListener<EVENT_DATA>create(java.util.function.Consumer<EVENT_DATA> handler)
-
-
-
Method Detail
-
create
public <EVENT_DATA> EventListener<EVENT_DATA> create(java.util.function.Consumer<EVENT_DATA> handler)
-
-