org.firebirdsql.event

Interface EventListener

public interface EventListener

An interface for callbacks in response to Firebird events
Author:
Gabriel Reid

Method Summary

void
eventOccurred(DatabaseEvent event)
Called when a database event occurs.

Method Details

eventOccurred

public void eventOccurred(DatabaseEvent event)
Called when a database event occurs.
Parameters:
event - Object with information about the event that has occurred

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