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