net.java.sip.communicator.service.history.event
Class HistoryRecordEvent
java.lang.Object
java.util.EventObject
net.java.sip.communicator.service.history.event.HistoryRecordEvent
- All Implemented Interfaces:
- Serializable
public class HistoryRecordEvent
- extends EventObject
The HistoryRecordEvent indicates that a HistoryRecords has
been received as a result of a HistoryQuery.
- Author:
- Yana Stamcheva
- See Also:
- Serialized Form
HistoryRecordEvent
public HistoryRecordEvent(HistoryQuery query,
HistoryRecord historyRecord)
- Creates a HistoryRecordEvent by specifying the initial query
and the record this event is about.
- Parameters:
query - the source that triggered this eventhistoryRecord - the HistoryRecord this event is about
getQuerySource
public HistoryQuery getQuerySource()
- Returns the HistoryQuery that triggered this event.
- Returns:
- the HistoryQuery that triggered this event
getHistoryRecord
public HistoryRecord getHistoryRecord()
- Returns the HistoryRecords this event is about.
- Returns:
- the HistoryRecords this event is about
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.