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 IOException, javax.servlet.ServletException
event - The Comet event that will be processedIOExceptionjavax.servlet.ServletExceptionCopyright © 2013. All Rights Reserved.