|
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 | |||||||||
java.lang.Objectjava.util.EventObject
net.java.sip.communicator.service.callhistory.event.ProgressEvent
public class ProgressEvent
A "ProgressEvent" event gets delivered through the search process of CallHistoryService Service. The event is wrapper around the generated event from the History Service
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ProgressEvent(Object source,
ProgressEvent evt,
int progress)
Constructor. |
|
| Method Summary | |
|---|---|
Date |
getEndDate()
The end date in the search condition. |
int |
getProgress()
Gets the current progress that will be fired. |
Date |
getStartDate()
The start date in the search condition. |
void |
setProgress(int progress)
Sets the progress that will be fired |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProgressEvent(Object source,
ProgressEvent evt,
int progress)
source - source objectevt - the ProgressEventprogress - initial progress value| Method Detail |
|---|
public int getProgress()
public Date getEndDate()
public Date getStartDate()
public void setProgress(int progress)
progress - int progress value
|
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 | |||||||||