void | done() called just before the synchroniser exits |
void | getBug(int number,int bugNumber) called when a bug has been downloaded |
void | getFullListing(int number,String name) Called when a listing is being updated |
void | getListing(int number,String name) Called when a listing is being updated |
void | notFound(String item) Called in the event of a listing not found or bug not found error message |
void | Called in the event of a serverError |
void | startBugs(int count) Called when starting to get the individual reports. |
void | startFullListings(int count) Called when the listings (with reports) are started to be downloaded |
void | startListings(int count) Called when the listings (without reports) are started to be downloaded |
publicvoiddone()
publicvoidgetBug(int number,int bugNumber)
publicvoidgetFullListing(int number,String name)
publicvoidgetListing(int number,String name)
publicvoidnotFound(String item)
publicvoidserverError(ServerError e)
publicvoidstartBugs(int count)
publicvoidstartFullListings(int count)
publicvoidstartListings(int count)