Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use CallHistoryQueryListener
net.java.sip.communicator.impl.callhistory   
net.java.sip.communicator.service.callhistory   
 

Uses of CallHistoryQueryListener in net.java.sip.communicator.impl.callhistory
 

Methods in net.java.sip.communicator.impl.callhistory with parameters of type CallHistoryQueryListener
 void CallHistoryQueryImpl.addQueryListener(CallHistoryQueryListener l)
          Adds the given CallHistoryQueryListener to the list of listeners interested in query result changes.
 void CallHistoryQueryImpl.removeQueryListener(CallHistoryQueryListener l)
          Removes the given CallHistoryQueryListener from the list of listeners interested in query result changes.
 

Uses of CallHistoryQueryListener in net.java.sip.communicator.service.callhistory
 

Methods in net.java.sip.communicator.service.callhistory with parameters of type CallHistoryQueryListener
 void CallHistoryQuery.addQueryListener(CallHistoryQueryListener l)
          Adds the given CallHistoryQueryListener to the list of listeners interested in query result changes.
 void CallHistoryQuery.removeQueryListener(CallHistoryQueryListener l)
          Removes the given CallHistoryQueryListener from the list of listeners interested in query result changes.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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