|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used by jode to tell about its progress. You
supply an instance of this interface to the
Decompiler.decompile(java.lang.String, java.io.Writer, net.sf.jode.decompiler.ProgressListener)
method.
Method Summary | |
void |
updateProgress(double progress,
java.lang.String detail)
Gets called when jode makes some progress. |
Method Detail |
public void updateProgress(double progress, java.lang.String detail)
progress
- A number between 0.0 and 1.0detail
- The name of the currently decompiled method or class.
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |