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