A {@link SpringFacesApplicationEvent} that indicates that a JSF {@link Application} has been created. This event isroughly equivalent to the standard JSF {@link PostConstructApplicationEvent event} with the exception that this eventis guaranteed to occur after Spring initialization. This event will be re-published whenever the Spring application context is refreshed.
A common usage pattern is to use this event to trigger additional {@link Application#subscribeToEvent subscription}of JSF {@link SystemEventListener}s.
@author Phillip Webb