|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Inteface for listening to progress of a channel search. Implement this interface to be notified of beginning of search, each channel that is found to meet the search criteria and the end of the search.
The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
Original Code: Relay IRC Chat EngineMethod Summary | |
void |
searchEnded()
Called when seach ends. |
void |
searchFound(Channel chan)
Called when channel is found that meets search criteria. |
void |
searchStarted(int channels)
Called when seach begins. |
Method Detail |
public void searchFound(Channel chan)
public void searchStarted(int channels)
public void searchEnded()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |