Uses of Class
org.jvnet.hk2.config.UnprocessedChangeEvents
Packages that use UnprocessedChangeEvents
-
Uses of UnprocessedChangeEvents in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config that return UnprocessedChangeEventsModifier and TypeMethodDescriptionConfigListener.changed(PropertyChangeEvent[] events) Notification that @Configured objects that were injected have changedstatic UnprocessedChangeEventsConfigSupport.sortAndDispatch(PropertyChangeEvent[] events, Changed target) Sort events and dispatch the changes.static UnprocessedChangeEventsConfigSupport.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 UnprocessedChangeEventsModifier and TypeMethodDescriptionvoidTransactionListener.unprocessedTransactedEvents(List<UnprocessedChangeEvents> changes) Nofication of unprocessed events by ConfigListener, usually requiring a server restart.