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