void | bugAdded(Listing listing,Bug bug) Called when a bug is added to the listing for the first time. |
void | bugChanged(Listing listing,Bug bug) Called when a modification is made to a bug in the listing (including change of read/unread status) (excluding addition or removal of bugs). |
void | bugCountsChanged(Listing listing) Called whenever the numbers of bugs of each type (including number of read bugs) changes. |
void | bugRemoved(Listing listing,Integer bugNumber) Called when a bug is removed from the listing (e.g. |
void | downloadingListing(Listing listing) Called occasionally when downloading a package listing. |
void | downloadingListingBug(Listing listing,Integer bugNumber,int pending,int total) Called at the start of te download of each bug report from the server as part of a listing update process. |
void | interpretingListing(Listing listing) Called at the start of interpreting the listing - deciding which bugs are new, modified or removed. |
boolean | listingException(Listing listing,Exception e) Called when an exception occurred while updating the report. |
void | listingUpdateDone(Listing listing) Called when the listing has completed it's interactions with the server. |
void | listingUpdateStart(Listing listing) Called when the listing is about to contact the server to perform an update. |
publicvoidbugAdded(Listing listing,Bug bug)
publicvoidbugChanged(Listing listing,Bug bug)
publicvoidbugCountsChanged(Listing listing)
publicvoidbugRemoved(Listing listing,Integer bugNumber)
publicvoiddownloadingListing(Listing listing)
publicvoiddownloadingListingBug(Listing listing,Integer bugNumber,int pending,int total)
publicvoidinterpretingListing(Listing listing)
publicbooleanlistingException(Listing listing,Exception e)
publicvoidlistingUpdateDone(Listing listing)
publicvoidlistingUpdateStart(Listing listing)