org.jboss.cdi.tck.tests.context.conversation.determination
Class QuxAsyncListener

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.conversation.determination.QuxAsyncListener
All Implemented Interfaces:
EventListener, javax.servlet.AsyncListener

public class QuxAsyncListener
extends Object
implements javax.servlet.AsyncListener

Author:
Martin Kouba

Constructor Summary
QuxAsyncListener()
           
 
Method Summary
 void onComplete(javax.servlet.AsyncEvent event)
           
 void onError(javax.servlet.AsyncEvent event)
           
 void onStartAsync(javax.servlet.AsyncEvent event)
           
 void onTimeout(javax.servlet.AsyncEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuxAsyncListener

public QuxAsyncListener()
Method Detail

onComplete

public void onComplete(javax.servlet.AsyncEvent event)
                throws IOException
Specified by:
onComplete in interface javax.servlet.AsyncListener
Throws:
IOException

onTimeout

public void onTimeout(javax.servlet.AsyncEvent event)
               throws IOException
Specified by:
onTimeout in interface javax.servlet.AsyncListener
Throws:
IOException

onError

public void onError(javax.servlet.AsyncEvent event)
             throws IOException
Specified by:
onError in interface javax.servlet.AsyncListener
Throws:
IOException

onStartAsync

public void onStartAsync(javax.servlet.AsyncEvent event)
                  throws IOException
Specified by:
onStartAsync in interface javax.servlet.AsyncListener
Throws:
IOException


Copyright © 2008-2012 Seam Framework. All Rights Reserved.