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.BeginFoldEventEvent 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskRelativizingEvent()
-
Method Summary
-
Methods inherited from class org.xwiki.observation.event.AbstractCancelableEvent
cancel, cancel, getReason, isCanceled
-
Methods inherited from class org.xwiki.observation.event.AbstractFilterableEvent
equals, getEventFilter, hashCode, matches
-
-