java.lang.Object
xyz.cofe.collection.TreeNotifyImpl
public class TreeNotifyImpl
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TreeNotifyImpl() -
Method Summary
Modifier and Type Method Description static ListenersHelper<TreeEvent.Listener,TreeEvent>listeners(java.lang.Object inst)static java.util.function.BiConsumer<TreeEvent.Listener,TreeEvent>notifier()static voidtreeNotify(java.lang.Object inst, TreeEvent event)
-
Constructor Details
-
TreeNotifyImpl
public TreeNotifyImpl()
-
-
Method Details