public interface  org.glassfish.grizzly.comet.NotificationHandler extends java.lang.Object
{
public abstract void notify(org.glassfish.grizzly.comet.CometEvent, java.util.Iterator) throws java.io.IOException;
public abstract void notify(org.glassfish.grizzly.comet.CometEvent, org.glassfish.grizzly.comet.CometHandler) throws java.io.IOException;
}