public interface AsyncListener extends EventListener
| Modifier and Type | Method and Description | 
|---|---|
| void | onComplete(AsyncEvent event) | 
| void | onError(AsyncEvent event) | 
| void | onStartAsync(AsyncEvent event) | 
| void | onTimeout(AsyncEvent event) | 
void onComplete(AsyncEvent event) throws IOException
IOExceptionvoid onTimeout(AsyncEvent event) throws IOException
IOExceptionvoid onError(AsyncEvent event) throws IOException
IOExceptionvoid onStartAsync(AsyncEvent event) throws IOException
IOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.