public interface org.glassfish.grizzly.comet.NotificationHandler
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.glassfish.grizzly.comet.NotificationHandler
super_class: java.lang.Object
{
public abstract void notify(org.glassfish.grizzly.comet.CometEvent, java.util.Iterator<org.glassfish.grizzly.comet.CometHandler>);
descriptor: (Lorg/glassfish/grizzly/comet/CometEvent;Ljava/util/Iterator;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
Signature: (Lorg/glassfish/grizzly/comet/CometEvent;Ljava/util/Iterator<Lorg/glassfish/grizzly/comet/CometHandler;>;)V
MethodParameters:
Name Flags
cometEvent
iteratorHandlers
public abstract void notify(org.glassfish.grizzly.comet.CometEvent, org.glassfish.grizzly.comet.CometHandler);
descriptor: (Lorg/glassfish/grizzly/comet/CometEvent;Lorg/glassfish/grizzly/comet/CometHandler;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
cometEvent
cometHandler
}
SourceFile: "NotificationHandler.java"