Uses of Enum Class
org.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher.EventType
Packages that use MUCServicePropertyEventDispatcher.EventType
-
Uses of MUCServicePropertyEventDispatcher.EventType in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return MUCServicePropertyEventDispatcher.EventTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MUCServicePropertyEventDispatcher.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jivesoftware.openfire.muc.spi with parameters of type MUCServicePropertyEventDispatcher.EventTypeModifier and TypeMethodDescriptionstatic voidMUCServicePropertyEventDispatcher.dispatchEvent(String service, String property, MUCServicePropertyEventDispatcher.EventType eventType, Map<String, Object> params) Dispatches an event to all listeners.