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.IOException
public void fireOnComplete(AsyncEvent event) throws java.io.IOException
java.io.IOException
public void fireOnTimeout(AsyncEvent event) throws java.io.IOException
java.io.IOException
public void fireOnError(AsyncEvent event) throws java.io.IOException
java.io.IOException
public AsyncListener getListener()
public void setListener(AsyncListener listener)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.