Package org.apache.iceberg.events
Class Listeners
- java.lang.Object
-
- org.apache.iceberg.events.Listeners
-
public class Listeners extends java.lang.Object
Static registration and notification for listeners.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <E> void
notifyAll(E event)
static <E> void
register(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)
-
-