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