Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

All Known Implementing Classes:
HistoryWindow

public interface HistorySearchProgressListener

When searching into the history a ProgressEvent is fired whenever the progress is changed. Its fired throug the search process informing us about the current progress.

Author:
Damian Minkov

Field Summary
static int PROGRESS_MAXIMUM_VALUE
          The maximum value for the progress change.
static int PROGRESS_MINIMUM_VALUE
          The minimum value for the progress change.
 
Method Summary
 void progressChanged(ProgressEvent evt)
          This method gets called when progress changes through the search process
 

Field Detail

PROGRESS_MINIMUM_VALUE

static final int PROGRESS_MINIMUM_VALUE
The minimum value for the progress change. This is value indicates that the process has started.

See Also:
Constant Field Values

PROGRESS_MAXIMUM_VALUE

static final int PROGRESS_MAXIMUM_VALUE
The maximum value for the progress change. This is value indicates that the process is finished.

See Also:
Constant Field Values
Method Detail

progressChanged

void progressChanged(ProgressEvent evt)
This method gets called when progress changes through the search process

Parameters:
evt - ProgressEvent the event holding the search condition and the current progress value.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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