Package com.xwiki.task.event
Class TaskRelativizingEvent
java.lang.Object
org.xwiki.observation.event.AbstractFilterableEvent
org.xwiki.observation.event.AbstractCancelableEvent
com.xwiki.task.event.TaskRelativizingEvent
- All Implemented Interfaces:
Serializable,org.xwiki.observation.event.BeginEvent,org.xwiki.observation.event.BeginFoldEvent,org.xwiki.observation.event.CancelableEvent,org.xwiki.observation.event.Event,org.xwiki.observation.event.FilterableEvent
public class TaskRelativizingEvent
extends org.xwiki.observation.event.AbstractCancelableEvent
implements org.xwiki.observation.event.BeginFoldEvent
Event before the task relativizing process has started.
- source: The job that processes the documents.
- data: The list of files that will be searched for task macros and updated.
- Since:
- 3.5.2
- Version:
- $Id$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xwiki.observation.event.AbstractCancelableEvent
cancel, cancel, getReason, isCanceledMethods inherited from class org.xwiki.observation.event.AbstractFilterableEvent
equals, getEventFilter, hashCode, matchesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xwiki.observation.event.Event
matches
-
Constructor Details
-
TaskRelativizingEvent
public TaskRelativizingEvent()
-