javax.servlet
Interface AsyncListener
- All Superinterfaces:
- EventListener
public interface AsyncListener
- extends EventListener
- Since:
- 3.0
- Version:
- $Rev: 835965 $ $Date: 2009-11-13 14:40:44 -0500 (Fri, 13 Nov 2009) $
onComplete
void onComplete(AsyncEvent event)
throws IOException
- Throws:
IOException
onError
void onError(AsyncEvent event)
throws IOException
- Throws:
IOException
onStartAsync
void onStartAsync(AsyncEvent event)
throws IOException
- Throws:
IOException
onTimeout
void onTimeout(AsyncEvent event)
throws IOException
- Throws:
IOException
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.