javax.servlet
Interface AsyncListener

All Superinterfaces:
EventListener

public interface AsyncListener
extends EventListener

Since:
3.0
Version:
$Rev: 835965 $ $Date: 2009-11-13 20:40:44 +0100 (Fr, 13. Nov 2009) $

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 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-2012 The Apache Software Foundation. All Rights Reserved.