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