org.firebirdsql.gds
Interface EventHandle
public interface EventHandle
Handle to internal event-handling structures.
int | getEventCount() - Get the count of event occurences for the most recent occurrence(s)
of the event for which this handle is registered.
|
int | getEventId() - Get the internal event id number for this handle
|
String | getEventName() - Get the name of the event for which this handle is set to listen for
|
getEventCount
public int getEventCount()
Get the count of event occurences for the most recent occurrence(s)
of the event for which this handle is registered.
getEventId
public int getEventId()
Get the internal event id number for this handle
getEventName
public String getEventName()
Get the name of the event for which this handle is set to listen for
Copyright B) 2001 David Jencks and other authors. All rights reserved.