Uses of Enum Class
org.jivesoftware.openfire.event.ServerSessionEventDispatcher.EventType
Packages that use ServerSessionEventDispatcher.EventType
-
Uses of ServerSessionEventDispatcher.EventType in org.jivesoftware.openfire.event
Methods in org.jivesoftware.openfire.event that return ServerSessionEventDispatcher.EventTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ServerSessionEventDispatcher.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.event with parameters of type ServerSessionEventDispatcher.EventTypeModifier and TypeMethodDescriptionstatic voidServerSessionEventDispatcher.dispatchEvent(Session session, ServerSessionEventDispatcher.EventType eventType) Dispatches an event to all listeners.