com.atlassian.jira.task.TaskProgressIndicator |
Can be used to either pull or listen to the progress of a long running task.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Register the passed listener for notification of task progress.
| |||||||||||
Return the last actual event sent to the indicator.
| |||||||||||
De-register the passed listener
|
Register the passed listener for notification of task progress.
listener | the listener to register. |
---|
Return the last actual event sent to the indicator.
null
if there was no last
event.
De-register the passed listener
listener | the listener to de-register. |
---|