org.firebirdsql.event

Interface DatabaseEvent

public interface DatabaseEvent

An interface for retrieving information about events that have occurred
Author:
Gabriel Reid

Method Summary

int
getEventCount()
Get the number of times the event occurred.
String
getEventName()
Get the name of the event that occurred.

Method Details

getEventCount

public int getEventCount()
Get the number of times the event occurred.
Returns:
The number of times the event occurred

getEventName

public String getEventName()
Get the name of the event that occurred.
Returns:
The event name

Copyright B) 2001 David Jencks and other authors. All rights reserved.