public interface CometProcessor
extends javax.servlet.Servlet
| Modifier and Type | Method and Description |
|---|---|
void |
event(CometEvent event)
Process the given Comet event.
|
void event(CometEvent event) throws java.io.IOException, javax.servlet.ServletException
event - The Comet event that will be processedjava.io.IOExceptionjavax.servlet.ServletExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.