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 java.io.IOException, ServletException
event
- The Comet event that will be processedjava.io.IOException
ServletException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.