Class TaskRelativizedEvent

java.lang.Object
org.xwiki.observation.event.AbstractFilterableEvent
org.xwiki.observation.event.AbstractCancelableEvent
com.xwiki.task.event.TaskRelativizedEvent
All Implemented Interfaces:
Serializable, org.xwiki.observation.event.CancelableEvent, org.xwiki.observation.event.EndEvent, org.xwiki.observation.event.EndFoldEvent, org.xwiki.observation.event.Event, org.xwiki.observation.event.FilterableEvent

public class TaskRelativizedEvent extends org.xwiki.observation.event.AbstractCancelableEvent implements org.xwiki.observation.event.EndFoldEvent
Event fired after the task relativizing process has finished.
  • source: The job that processed the documents.
  • data: The list of files that were processed.
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

    • TaskRelativizedEvent

      public TaskRelativizedEvent()