@Role public interface JobProgressManager
Modifier and Type | Method and Description |
---|---|
void |
popLevelProgress(Object source)
Pop progression level.
|
void |
pushLevelProgress(int steps,
Object source)
Push new progression level.
|
void |
stepPropress(Object source)
Next step.
|
void pushLevelProgress(int steps, Object source)
steps
- number of steps in this new levelsource
- the source to send with the eventvoid stepPropress(Object source)
source
- the source to send with the eventvoid popLevelProgress(Object source)
source
- the source to send with the eventCopyright © 2004–2015 XWiki. All rights reserved.