javax.servlet
Interface AsyncListener
- All Superinterfaces: 
 - java.util.EventListener
 
public interface AsyncListener
- extends java.util.EventListener
 
- Since:
 
  - Servlet 3.0
 $Id: AsyncListener.java 827435 2009-10-20 13:41:59Z markt $
 TODO SERVLET3 - Add comments
 
 
onComplete
void onComplete(AsyncEvent event)
                throws java.io.IOException
 
- Throws:
 java.io.IOException
 
onTimeout
void onTimeout(AsyncEvent event)
               throws java.io.IOException
 
- Throws:
 java.io.IOException
 
onError
void onError(AsyncEvent event)
             throws java.io.IOException
 
- Throws:
 java.io.IOException
 
onStartAsync
void onStartAsync(AsyncEvent event)
                  throws java.io.IOException
 
- Throws:
 java.io.IOException
 
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.