|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContactQueryListener
The ContactQueryListener notifies interested parties of any change in a ContactQuery, e.g. when a new contact has been received or a the query status has changed.
| Method Summary | |
|---|---|
void |
contactReceived(ContactReceivedEvent event)
Indicates that a new contact has been received for a search. |
void |
queryStatusChanged(ContactQueryStatusEvent event)
Indicates that the status of a search has been changed. |
| Method Detail |
|---|
void contactReceived(ContactReceivedEvent event)
event - the ContactQueryEvent containing information
about the received SourceContactvoid queryStatusChanged(ContactQueryStatusEvent event)
event - the ContactQueryStatusEvent containing information
about the status change
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||