|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressListener
Interface implemented by the listeners of a progress. The implementations of this interface must register in the ProgressController to recieve the progress.
ProgressController
Method Summary | |
---|---|
void |
finish()
Process finished. |
void |
init(java.lang.String info,
int numberOfSteps)
Method call when a progress begins. |
void |
step()
An step executed. |
Method Detail |
---|
void init(java.lang.String info, int numberOfSteps)
info
- Some textual infonumberOfSteps
- Estimated number of steps (-1 if unknown).void step()
void finish()
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |