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
IOException
void onTimeout(AsyncEvent event) throws IOException
IOException
void onError(AsyncEvent event) throws IOException
IOException
void onStartAsync(AsyncEvent event) throws IOException
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.