|
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 CallHistoryQueryListener
The CallHistoryQueryListener listens for changes in the result of a given CallHistoryQuery. When a query to the call history is started, this listener would be notified every time new results are available for this query.
| Method Summary | |
|---|---|
void |
callRecordReceived(CallRecordEvent event)
Indicates that new CallRecord is received as a result of the query. |
void |
queryStatusChanged(CallHistoryQueryStatusEvent event)
Indicates that the status of the history has changed. |
| Method Detail |
|---|
void callRecordReceived(CallRecordEvent event)
event - the CallRecordsEvent containing information about
the query results.void queryStatusChanged(CallHistoryQueryStatusEvent event)
event - the HistoryQueryStatusEvent 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 | |||||||||