nl.knowledgeplaza.util
Class ProgressListener.ConsoleProgressListener
java.lang.Object
nl.knowledgeplaza.util.ProgressListener
nl.knowledgeplaza.util.ProgressListener.ConsoleProgressListener
- Enclosing class:
- ProgressListener
public static class ProgressListener.ConsoleProgressListener
- extends ProgressListener
a default ProgressListener that simply writes to the console
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressListener.ConsoleProgressListener
public ProgressListener.ConsoleProgressListener(String prefix)
init
public void init(long min,
long max)
- Overrides:
init in class ProgressListener
progress
public void progress(long current,
String info)
- Specified by:
progress in class ProgressListener
done
public void done()
- Overrides:
done in class ProgressListener
cancel
public boolean cancel()
- Overrides:
cancel in class ProgressListener
Copyright © 2011 KnowledgePlaza. All Rights Reserved.