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
    Constructor
    Description
     
  • 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.xwiki.observation.event.Event

    matches
  • Constructor Details

    • TaskRelativizingEvent

      public TaskRelativizingEvent()