Interface EventListener


public interface EventListener
An interface for callbacks in response to Firebird events
Author:
Gabriel Reid
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a database event occurs.
  • Method Details

    • eventOccurred

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