public interface TaskProgressIndicator
Modifier and Type | Method and Description |
---|---|
void |
addListener(TaskProgressListener listener)
Register the passed listener for notification of task progress.
|
TaskProgressEvent |
getLastProgressEvent()
Return the last actual event sent to the indicator.
|
void |
removeListener(TaskProgressListener listener)
De-register the passed listener
|
void addListener(TaskProgressListener listener)
listener
- the listener to register.void removeListener(TaskProgressListener listener)
listener
- the listener to de-register.TaskProgressEvent getLastProgressEvent()
null
if there was no last
event.Copyright © 2002-2019 Atlassian. All Rights Reserved.