public class PropertyEventDispatcher extends Object
type
and optional parameters, as follows:
| Event Type | Extra Params |
|---|---|
property_set | A param named value that has the value of the property set. |
property_deleted | None |
xml_property_set | A param named value that has the value of the property set. |
xml_property_deleted | None |
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyEventDispatcher.EventType
Represents valid event types.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addListener(PropertyEventListener listener)
Registers a listener to receive events.
|
static void |
dispatchEvent(String property,
PropertyEventDispatcher.EventType eventType,
Map<String,Object> params)
Dispatches an event to all listeners.
|
static void |
removeListener(PropertyEventListener listener)
Unregisters a listener to receive events.
|
public static void addListener(PropertyEventListener listener)
listener - the listener.public static void removeListener(PropertyEventListener listener)
listener - the listener.public static void dispatchEvent(String property, PropertyEventDispatcher.EventType eventType, Map<String,Object> params)
property - the property.eventType - the event type.params - event parameters.Copyright © 2003-2008 Jive Software.