de.root1.simon
Interface SearchProgressListener


public interface SearchProgressListener

A simple interface that is informed about the current status of the server search.

Author:
achr

Method Summary
 void update(int progress, int numberOfFoundObjects)
          Signals an search progress information update.
 

Method Detail

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..100
numberOfFoundObjects - the number of servers, respectively remote objects found


Copyright © 2011. All Rights Reserved.