com.limegroup.gnutella.search
Interface ResultCounter


public interface ResultCounter

Interface for a class that counts the number of results for a given query. This can easily be used to add a result counting mixin to any class choosing to add this functionality.


Method Summary
 int getNumResults()
          Accessor for the number of results for a query.
 

Method Detail

getNumResults

public int getNumResults()
Accessor for the number of results for a query.

Returns:
the number of results returned