Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.callhistory.event
Interface CallHistoryQueryListener


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.

Author:
Yana Stamcheva

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

callRecordReceived

void callRecordReceived(CallRecordEvent event)
Indicates that new CallRecord is received as a result of the query.

Parameters:
event - the CallRecordsEvent containing information about the query results.

queryStatusChanged

void queryStatusChanged(CallHistoryQueryStatusEvent event)
Indicates that the status of the history has changed.

Parameters:
event - the HistoryQueryStatusEvent containing information about the status change

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.