org.xwiki.job.event
Interface JobEvent

All Superinterfaces:
org.xwiki.observation.event.Event, Serializable
All Known Implementing Classes:
JobFinishedEvent, JobStartedEvent

public interface JobEvent
extends org.xwiki.observation.event.Event, Serializable

Common interface for job events.

Since:
4.0M1
Version:
$Id$

Method Summary
 String getJobId()
           
 String getJobType()
           
 Request getRequest()
           
 
Methods inherited from interface org.xwiki.observation.event.Event
matches
 

Method Detail

getJobId

String getJobId()
Returns:
the job id of the source job of this event

getJobType

String getJobType()
Returns:
the job type of the source job of this event

getRequest

Request getRequest()
Returns:
the request related to the source job of this event


Copyright © 2004-2012 XWiki. All Rights Reserved.