Uses of Class
org.apache.catalina.CometEvent.EventSubType
-
Packages that use CometEvent.EventSubType Package Description org.apache.catalina -
-
Uses of CometEvent.EventSubType in org.apache.catalina
Methods in org.apache.catalina that return CometEvent.EventSubType Modifier and Type Method Description CometEvent.EventSubTypeCometEvent. getEventSubType()Returns the sub type of this event.static CometEvent.EventSubTypeCometEvent.EventSubType. valueOf(String name)Returns the enum constant of this type with the specified name.static CometEvent.EventSubType[]CometEvent.EventSubType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-