org.xwiki.bridge.event
Class ApplicationReadyEvent

java.lang.Object
  extended by org.xwiki.bridge.event.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: 146e9a47bffa4c4b2d781ee67a2aafcaf4fe3ced $

Constructor Summary
ApplicationReadyEvent()
           
 
Method Summary
 boolean matches(Object otherEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationReadyEvent

public ApplicationReadyEvent()
Method Detail

matches

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


Copyright © 2004-2012 XWiki. All Rights Reserved.