|
kiyut.citra 3.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkiyut.citra.event.ProgressAdapter
public class ProgressAdapter
The adapter which receives progress events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.
| Constructor Summary | |
|---|---|
ProgressAdapter()
|
|
| Method Summary | |
|---|---|
void |
progressCancelled(ProgressEvent evt)
Invoked when the progress cancelled. |
void |
progressCompleted(ProgressEvent evt)
Invoked when the progress completed. |
void |
progressFailed(ProgressEvent evt)
Invoked when the progress failed. |
void |
progressStarted(ProgressEvent evt)
Invoked when the progress started. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProgressAdapter()
| Method Detail |
|---|
public void progressStarted(ProgressEvent evt)
ProgressListener
progressStarted in interface ProgressListenerevt - an object which describes the eventpublic void progressCompleted(ProgressEvent evt)
ProgressListener
progressCompleted in interface ProgressListenerevt - an object which describes the eventpublic void progressCancelled(ProgressEvent evt)
ProgressListener
progressCancelled in interface ProgressListenerevt - an object which describes the eventpublic void progressFailed(ProgressEvent evt)
ProgressListener
progressFailed in interface ProgressListenerevt - an object which describes the event
|
kiyut.citra 3.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||