A specialized event class which is generated by a {@link ConfigurationBuilder} when a result configuration has been created.
Events of this type are fired in the {@code getConfiguration()} method of aconfiguration builder each time a new result object is created. At the time the event is fired, no lock is held. The newly created {@code Configuration}object is available as a property of this event.
A use case for this event is to perform special initializations on newly created configuration objects. It is also an indication that a builder is now fully initialized; i.e. the managed configuration is available.
@version $Id: ConfigurationBuilderResultCreatedEvent.java 1597306 2014-05-24 14:24:00Z oheger $ @since 2.0
|
|