Class SiteContextsBootstrappedEvent

  • All Implemented Interfaces:
    Serializable

    public class SiteContextsBootstrappedEvent
    extends org.springframework.context.ApplicationEvent
    Application event triggered when all site contexts have been created in startup.
    Author:
    avasquez
    See Also:
    Serialized Form
    • Constructor Detail

      • SiteContextsBootstrappedEvent

        public SiteContextsBootstrappedEvent​(Object source)
        Create a new ApplicationEvent.
        Parameters:
        source - the object on which the event initially occurred (never null)