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 voidnotify(E event) 
 - 
 
- 
- 
Method Detail
- 
notify
void notify(E event)
 
 - 
 
 -