Package org.apache.iceberg.events
Class Listeners
- java.lang.Object
-
- org.apache.iceberg.events.Listeners
-
public class Listeners extends java.lang.ObjectStatic registration and notification for listeners.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> voidnotifyAll(E event)static <E> voidregister(Listener<E> listener, java.lang.Class<E> eventType)
-
-
-
Method Detail
-
register
public static <E> void register(Listener<E> listener, java.lang.Class<E> eventType)
-
notifyAll
public static <E> void notifyAll(E event)
-
-