Interface UpdateListener

All Known Implementing Classes:
DefaultUpdateListener, JsonLoggerUpdateListener

public interface UpdateListener
The listener interface for receiving SQL update events.
Since:
9.0
Author:
Nicolas de Pomereu
  • Method Summary

    Modifier and Type Method Description
    void updateActionPerformed​(SqlEvent sqlEvent, Connection connection)
    Invoked when a SQL update event is successfully executed.
  • Method Details

    • updateActionPerformed

      void updateActionPerformed​(SqlEvent sqlEvent, Connection connection) throws IOException, SQLException
      Invoked when a SQL update event is successfully executed.
      Parameters:
      sqlEvent - the SQL update event that is successfully processed
      connection - the Connection in use for the SQL update event
      Throws:
      IOException - if an IOException occurs
      SQLException - if a SQLException occurs