jaitools.demo.jiffle
Class ProgressListenerDemo
java.lang.Object
jaitools.demo.jiffle.ProgressListenerDemo
public class ProgressListenerDemo
- extends Object
Demonstrates using a JiffleProgressListener with JiffleExecutor.
Rather than running a real Jiffle task that will take long enough to
be worth using a progress listener, we cheat and use mock Jiffle and
JiffleRuntime classes (see bottom of source code). The runtime class
pretends process pixels by just having a little sleep each time its
evaluate() method is called.
- Since:
- 1.1
- Version:
- $Id: ProgressListenerDemo.java 1621 2011-04-04 11:58:41Z michael.bedward $
- Author:
- Michael Bedward
|
Method Summary |
static void |
main(String[] args)
Runs the demo. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressListenerDemo
public ProgressListenerDemo()
main
public static void main(String[] args)
throws Exception
- Runs the demo.
- Throws:
Exception
Copyright © 2011. All Rights Reserved.