|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressListener
The listener interface for recieving progress events.
The class interested in handling ProgressEvent
s should implement
this interface. The complementary interface would be MessageSource
ProgressEvent
,
MessageSource
Method Summary | |
---|---|
void |
progressEnded(ProgressEvent evt)
Indicates that the operation has stopped. |
void |
progressIncremented(ProgressEvent evt)
Invoked when an increment of progress is sent. |
void |
progressStarted(ProgressEvent evt)
Indicates the start of a long operation. |
Method Detail |
---|
void progressStarted(ProgressEvent evt)
ProgressEvent
will indicate if this is a determinate or indeterminate operation.
evt
- an object which describes the eventvoid progressEnded(ProgressEvent evt)
void progressIncremented(ProgressEvent evt)
evt
- an object which describes the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |