org.wicketstuff.progressbar.spring
Class AsynchronousExecutor
java.lang.Object
org.wicketstuff.progressbar.spring.AsynchronousExecutor
- All Implemented Interfaces:
- Executor
public class AsynchronousExecutor
- extends Object
- implements Executor
Simple wrapper around java.util.concurrent Executors.
- Author:
- Christopher Hlubek (hlubek)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsynchronousExecutor
public AsynchronousExecutor()
execute
public void execute(Runnable command)
- Specified by:
execute in interface Executor
join
public void join()
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2007–2016. All rights reserved.