Class ApplicationReadyEvent

  • All Implemented Interfaces:
    org.xwiki.observation.event.Event

    public class ApplicationReadyEvent
    extends Object
    implements org.xwiki.observation.event.Event
    An event triggered when the XWiki application is ready to service requests.
    Since:
    4.0M2
    Version:
    $Id: 483b6f2361378821d2bec18b5025e6f097688a45 $
    • Constructor Detail

      • ApplicationReadyEvent

        public ApplicationReadyEvent()
    • Method Detail

      • matches

        public boolean matches​(Object otherEvent)
        Specified by:
        matches in interface org.xwiki.observation.event.Event