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