public interface CometProcessor extends Servlet
Modifier and Type | Method and Description |
---|---|
void |
event(CometEvent event)
Process the given Comet event.
|
destroy, getServletConfig, getServletInfo, init, service
void event(CometEvent event) throws IOException, ServletException
event
- The Comet event that will be processedIOException
ServletException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.