Uses of Enum Class
org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
Packages that use SessionEventDispatcher.EventType
-
Uses of SessionEventDispatcher.EventType in org.jivesoftware.openfire.event
Methods in org.jivesoftware.openfire.event that return SessionEventDispatcher.EventTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SessionEventDispatcher.EventType[]SessionEventDispatcher.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 SessionEventDispatcher.EventTypeModifier and TypeMethodDescriptionstatic voidSessionEventDispatcher.dispatchEvent(Session session, SessionEventDispatcher.EventType eventType) Dispatches an event to all listeners.