Package org.firebirdsql.gds
Interface EventHandle
- 
- All Known Implementing Classes:
- AbstractEventHandle,- JnaEventHandle,- WireEventHandle
 
 public interface EventHandleHandle to internal event-handling structures.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetEventCount()Get the count of event occurrences for the most recent occurrence(s) of the event for which this handle is registered.intgetEventId()Get the internal event id number for this handlejava.lang.StringgetEventName()Get the name of the event for which this handle is set to listen for
 
- 
- 
- 
Method Detail- 
getEventNamejava.lang.String getEventName() Get the name of the event for which this handle is set to listen for- Returns:
- The name of the event
 
 - 
getEventCountint getEventCount() Get the count of event occurrences for the most recent occurrence(s) of the event for which this handle is registered.- Returns:
- The event count
 
 - 
getEventIdint getEventId() Get the internal event id number for this handle- Returns:
- The internal event id
 
 
- 
 
-