org.xwiki.job.event.status
Class StepProgressEvent

java.lang.Object
  extended by org.xwiki.job.event.status.StepProgressEvent
All Implemented Interfaces:
org.xwiki.observation.event.Event

public class StepProgressEvent
extends Object
implements org.xwiki.observation.event.Event

Indicate to the progress listener that a new step is starting.

Since:
4.0M1
Version:
$Id$

Constructor Summary
StepProgressEvent()
           
 
Method Summary
 boolean matches(Object arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepProgressEvent

public StepProgressEvent()
Method Detail

matches

public boolean matches(Object arg0)
Specified by:
matches in interface org.xwiki.observation.event.Event


Copyright © 2004-2012 XWiki. All Rights Reserved.