List of usage examples for javax.servlet AsyncListener interface-usage
From source file byps.http.HAsyncErrorListener.java
abstract class HAsyncErrorListener implements AsyncListener { @Override public void onComplete(AsyncEvent arg0) throws IOException { }
From source file com.boylesoftware.web.AsynchronousExecutor.java
/** * Base class for asynchronous executors used by the {@link Router}. * * @author Lev Himmelfarb */ abstract class AsynchronousExecutor extends AbstractPoolable implements Runnable, AsyncListener {