Uses of Enum
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 type with the specified name.static PropertyEventDispatcher.EventType[]PropertyEventDispatcher.EventType.values()Returns an array containing the constants of this enum type, 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 params) Dispatches an event to all listeners.