Uses of Class
org.jvnet.hk2.config.UnprocessedChangeEvents

Packages that use UnprocessedChangeEvents
org.jvnet.hk2.config   
 

Uses of UnprocessedChangeEvents in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config that return UnprocessedChangeEvents
 UnprocessedChangeEvents ConfigListener.changed(PropertyChangeEvent[] events)
          Notification that @Configured objects that were injected have changed
static UnprocessedChangeEvents ConfigSupport.sortAndDispatch(PropertyChangeEvent[] events, Changed target, Logger logger)
          sort events and dispatch the changes.
 

Method parameters in org.jvnet.hk2.config with type arguments of type UnprocessedChangeEvents
 void TransactionListener.unprocessedTransactedEvents(List<UnprocessedChangeEvents> changes)
          Nofication of unprocessed events by ConfigListener, usually requiring a server restart.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.