public class AsyncListenerWrapper
extends java.lang.Object
| Constructor and Description |
|---|
AsyncListenerWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireOnComplete(AsyncEvent event) |
void |
fireOnError(AsyncEvent event) |
void |
fireOnStartAsync(AsyncEvent event) |
void |
fireOnTimeout(AsyncEvent event) |
AsyncListener |
getListener() |
void |
setListener(AsyncListener listener) |
public void fireOnStartAsync(AsyncEvent event) throws java.io.IOException
java.io.IOExceptionpublic void fireOnComplete(AsyncEvent event) throws java.io.IOException
java.io.IOExceptionpublic void fireOnTimeout(AsyncEvent event) throws java.io.IOException
java.io.IOExceptionpublic void fireOnError(AsyncEvent event) throws java.io.IOException
java.io.IOExceptionpublic AsyncListener getListener()
public void setListener(AsyncListener listener)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.