Uses of Class
org.jivesoftware.util.PropertyEventDispatcher.EventType
-
Packages that use PropertyEventDispatcher.EventType Package Description org.jivesoftware.util Utility classes. -
-
Uses of PropertyEventDispatcher.EventType in org.jivesoftware.util
Methods in org.jivesoftware.util that return PropertyEventDispatcher.EventType Modifier and Type Method Description static PropertyEventDispatcher.EventType
PropertyEventDispatcher.EventType. valueOf(String name)
Returns 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.EventType Modifier and Type Method Description static void
PropertyEventDispatcher. dispatchEvent(String property, PropertyEventDispatcher.EventType eventType, Map<String,Object> params)
Dispatches an event to all listeners.
-