Package org.apache.iceberg.events
Interface Listener<E>
-
public interface Listener<E>
A listener interface that can receive notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(E event)
-
-
-
Method Detail
-
notify
void notify(E event)
-
-