Class Listeners

java.lang.Object
org.apache.iceberg.events.Listeners

public class Listeners extends Object
Static registration and notification for listeners.
  • Method Details

    • register

      public static <E> void register(Listener<E> listener, Class<E> eventType)
    • notifyAll

      public static <E> void notifyAll(E event)