void | bugDownloaded(Bug bug) Called when downloading of a bug report has completed |
boolean | bugException(Bug bug,Exception e) Called when an exception occurs with a bug (e.g. |
void | bugSeverityChanged(Bug bug,Severity oldSeverity) Called when the severity of bug changes |
void | bugStatusChanged(Bug bug,Status oldStatus) Called whenever the read/unread status of bug changes. |
void | bugUpdated(Bug bug) Called when bug comments or tags are updated (i.e. |
void | retrievingBug(Bug bug) Called when a bug is being retrieved, If verbose progress notifications have been requested |
publicvoidbugDownloaded(Bug bug)
publicbooleanbugException(Bug bug,Exception e)
publicvoidbugSeverityChanged(Bug bug,Severity oldSeverity)
bug
changes
publicvoidbugStatusChanged(Bug bug,Status oldStatus)
bug
changes.
publicvoidbugUpdated(Bug bug)
publicvoidretrievingBug(Bug bug)