Uses of Interface
org.jvnet.hk2.config.TransactionListener

Packages that use TransactionListener
org.jvnet.hk2.config   
 

Uses of TransactionListener in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config that return types with arguments of type TransactionListener
 List<TransactionListener> Transactions.currentListeners()
           
 

Methods in org.jvnet.hk2.config with parameters of type TransactionListener
 void Transactions.addTransactionsListener(TransactionListener listener)
          add a new listener to all transaction events.
 boolean Transactions.removeTransactionsListener(TransactionListener listener)
          Removes an existing listener for transaction events
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.