Uses of Enum Class
org.glassfish.grizzly.comet.CometEvent.Type
Packages that use CometEvent.Type
-
Uses of CometEvent.Type in org.glassfish.grizzly.comet
Fields in org.glassfish.grizzly.comet declared as CometEvent.TypeMethods in org.glassfish.grizzly.comet that return CometEvent.TypeModifier and TypeMethodDescriptionCometEvent.getType()Return thetypeof this object.static CometEvent.TypeReturns the enum constant of this class with the specified name.static CometEvent.Type[]CometEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.grizzly.comet with parameters of type CometEvent.TypeModifier and TypeMethodDescriptionvoidCometContext.notify(E attachment, CometEvent.Type eventType) Notify allCometHandler.voidCometContext.notify(E attachment, CometEvent.Type eventType, CometHandler cometHandler) Notify a singleCometHandler.protected voidCometEvent.setType(CometEvent.Type type) Set thetypeof this object.Constructors in org.glassfish.grizzly.comet with parameters of type CometEvent.TypeModifierConstructorDescriptionCometEvent(CometEvent.Type type) CometEvent(CometEvent.Type type, CometContext context) CometEvent(CometEvent.Type type, CometContext cometContext, E attachment)