Package host.anzo.simon
Interface SearchProgressListener
public interface SearchProgressListener
A simple interface that is informed about the current status of the server search.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(int progress, int numberOfFoundObjects) Signals an search progress information update.
-
Method Details
-
update
void update(int progress, int numberOfFoundObjects) Signals an search progress information update.- Parameters:
progress- the progress as a integer percentage. 0=0%; 100=100%; value range: 0..100numberOfFoundObjects- the number of servers, respectively remote objects found
-