Package org.firebirdsql.event
Interface DatabaseEvent
- 
 public interface DatabaseEventAn interface for retrieving information about events that have occurred- Author:
- Gabriel Reid
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEventCount()Get the number of times the event occurred.java.lang.StringgetEventName()Get the name of the event that occurred.
 
-