Interface TransactionListener


@Contract public interface TransactionListener
Listener interface for objects interested in transaction events on the config beans.
Author:
Jerome Dochez
  • Method Details

    • transactionCommited

      void transactionCommited(List<PropertyChangeEvent> changes)
      Notification of a transaction with the list of property changes.
      Parameters:
      changes -
    • unprocessedTransactedEvents

      void unprocessedTransactedEvents(List<UnprocessedChangeEvents> changes)
      Nofication of unprocessed events by ConfigListener, usually requiring a server restart.
      Parameters:
      changes -