Uses of Interface
org.xwiki.observation.event.Event
Packages that use Event
-
Uses of Event in org.xwiki.observation
Methods in org.xwiki.observation that return types with arguments of type EventModifier and TypeMethodDescriptionAbstractEventListener.getEvents()EventListener.getEvents()WrappedThreadEventListener.getEvents()Methods in org.xwiki.observation with parameters of type EventModifier and TypeMethodDescriptionvoidAdds an Event to an already registered listener.voidConvenience front-end where the additional data parameter isnull.voidCall the registered listeners matching the passed Event.voidvoidTheObservationManagercalls this method when an event matches one of the events for which this listener is registered (seeEventListener.getEvents().protected abstract voidAbstractThreadEventListener.onEventInternal(Event event, Object source, Object data) Called when the event has been produce by the properThread.protected voidWrappedThreadEventListener.onEventInternal(Event event, Object source, Object data) voidObservationManager.removeEvent(String listenerName, Event event) Removes an Event to an already registered listener.Constructors in org.xwiki.observation with parameters of type EventConstructor parameters in org.xwiki.observation with type arguments of type Event -
Uses of Event in org.xwiki.observation.event
Subinterfaces of Event in org.xwiki.observation.eventModifier and TypeInterfaceDescriptioninterfaceImplemented by event indicating some task is starting.interfaceImplemented by event indicating a task which generates other events during its process is starting.interfaceThis event can be canceled by the receiver.interfaceImplemented by event indicating some task is stopping.interfaceImplemented by event indicating the process which generates other events during its process is stopping.interfaceAn Event that supportsEventFilters.Classes in org.xwiki.observation.event that implement EventModifier and TypeClassDescriptionclassAbstract base class for cancelable events.classAn helper to extend for all Events associated to a singleStringvalue.classDeprecated.final classSpecial event matcher used by a listener which need to listened to all possible events.classAn event triggered when the XWiki application is started.classAn event triggered when the XWiki application is stopped.Fields in org.xwiki.observation.event declared as Event
org.xwiki.bridge.event.ActionExecutedEventclass from XWiki Platform instead