Package org.firebirdsql.event
Interface EventListener
- 
 public interface EventListenerAn interface for callbacks in response to Firebird events- Author:
- Gabriel Reid
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventOccurred(DatabaseEvent event)Called when a database event occurs.
 
- 
- 
- 
Method Detail- 
eventOccurredvoid eventOccurred(DatabaseEvent event) Called when a database event occurs.- Parameters:
- event- Object with information about the event that has occurred
 
 
- 
 
-