Servlet 3.0 - Apache Tomcat 7.0.37

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

Method Summary
 void onComplete(AsyncEvent event)
           
 void onError(AsyncEvent event)
           
 void onStartAsync(AsyncEvent event)
           
 void onTimeout(AsyncEvent event)
           
 

Method Detail

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

Servlet 3.0 - Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.