net.java.sip.communicator.service.callhistory.event
Class CallRecordEvent
java.lang.Object
java.util.EventObject
net.java.sip.communicator.service.callhistory.event.CallRecordEvent
- All Implemented Interfaces:
- Serializable
public class CallRecordEvent
- extends EventObject
The CallRecordEvent indicates that a CallRecord has been
received as a result of a CallHistoryQuery.
- Author:
- Yana Stamcheva
- See Also:
- Serialized Form
CallRecordEvent
public CallRecordEvent(CallHistoryQuery query,
CallRecord callRecord)
- Creates a CallRecordEvent by specifying the parent query
and the callRecord this event is about.
- Parameters:
query - the source that triggered this eventcallRecord - the CallRecord this event is about
getQuerySource
public CallHistoryQuery getQuerySource()
- Returns the ContactQuery that triggered this event.
- Returns:
- the ContactQuery that triggered this event
getCallRecord
public CallRecord getCallRecord()
- Returns the CallRecords this event is about.
- Returns:
- the CallRecords this event is about
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.