Package org.jvnet.hk2.config
Interface TransactionListener
@Contract
public interface TransactionListener
Listener interface for objects interested in transaction events on the config beans.
- Author:
- Jerome Dochez
-
Method Summary
Modifier and TypeMethodDescriptionvoidtransactionCommited(List<PropertyChangeEvent> changes) Notification of a transaction with the list of property changes.voidNofication of unprocessed events by ConfigListener, usually requiring a server restart.
-
Method Details
-
transactionCommited
Notification of a transaction with the list of property changes.- Parameters:
changes-
-
unprocessedTransactedEvents
Nofication of unprocessed events by ConfigListener, usually requiring a server restart.- Parameters:
changes-
-