Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.history.event.HistorySearchProgressListener

Packages that use HistorySearchProgressListener
net.java.sip.communicator.impl.gui.main.chat.history   
net.java.sip.communicator.impl.history   
net.java.sip.communicator.impl.metahistory   
net.java.sip.communicator.service.history   
net.java.sip.communicator.service.metahistory   
 

Uses of HistorySearchProgressListener in net.java.sip.communicator.impl.gui.main.chat.history
 

Classes in net.java.sip.communicator.impl.gui.main.chat.history that implement HistorySearchProgressListener
 class HistoryWindow
          The HistoryWindow is the window, where user could view or search in the message history.
 

Uses of HistorySearchProgressListener in net.java.sip.communicator.impl.history
 

Methods in net.java.sip.communicator.impl.history with parameters of type HistorySearchProgressListener
 void HistoryReaderImpl.addSearchProgressListener(HistorySearchProgressListener listener)
          Adding progress listener for monitoring progress of search process
 void HistoryReaderImpl.removeSearchProgressListener(HistorySearchProgressListener listener)
          Removing progress listener
 

Uses of HistorySearchProgressListener in net.java.sip.communicator.impl.metahistory
 

Methods in net.java.sip.communicator.impl.metahistory with parameters of type HistorySearchProgressListener
 void MetaHistoryServiceImpl.addSearchProgressListener(HistorySearchProgressListener listener)
          Adding progress listener for monitoring progress of search process
 void MetaHistoryServiceImpl.removeSearchProgressListener(HistorySearchProgressListener listener)
          Removing progress listener
 

Uses of HistorySearchProgressListener in net.java.sip.communicator.service.history
 

Methods in net.java.sip.communicator.service.history with parameters of type HistorySearchProgressListener
 void HistoryReader.addSearchProgressListener(HistorySearchProgressListener listener)
          Adding progress listener for monitoring progress of search process
 void HistoryReader.removeSearchProgressListener(HistorySearchProgressListener listener)
          Removing progress listener
 

Uses of HistorySearchProgressListener in net.java.sip.communicator.service.metahistory
 

Methods in net.java.sip.communicator.service.metahistory with parameters of type HistorySearchProgressListener
 void MetaHistoryService.addSearchProgressListener(HistorySearchProgressListener listener)
          Adding progress listener for monitoring progress of search process
 void MetaHistoryService.removeSearchProgressListener(HistorySearchProgressListener listener)
          Removing progress listener
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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