Package org.xwiki.observation.event
Class ApplicationStartedEvent
java.lang.Object
org.xwiki.observation.event.ApplicationStartedEvent
- All Implemented Interfaces:
Event
An event triggered when the XWiki application is started.
- Since:
- 2.0M1
- Version:
- $Id: c860e2a6b52cf89873f9c1cf1de02bc30dabb815 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares two events to see if they match, meaning that a listener that registered to receive notifications likereferenceEventwill be notified of any occuring event for whichreferenceEvent.matches(occuringEvent)will returntrue.
-
Constructor Details
-
ApplicationStartedEvent
public ApplicationStartedEvent()
-
-
Method Details
-
matches
Description copied from interface:EventCompares two events to see if they match, meaning that a listener that registered to receive notifications likereferenceEventwill be notified of any occuring event for whichreferenceEvent.matches(occuringEvent)will returntrue. The matching algorithm depends on the event implementation. For example for Document events two events match if they implement the same event class and if theirEventFiltermatch. Note that the implementation is left open in order to cater for all the possible ways this Observation component can be used.
-