|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.search.SearchResultHandler
Handles incoming search results from the network. This class parses the results from QueryReply instances and performs the logic necessary to pass those results up to the UI.
Constructor Summary | |
SearchResultHandler()
|
Method Summary | |
void |
handleQueryReply(QueryReply qr)
Adds the query reply. |
void |
start()
Starts the thread that processes search results. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SearchResultHandler()
Method Detail |
public void start()
public void handleQueryReply(QueryReply qr)
qr
- the QueryReply to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |