|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.openfire.muc.spi.MUCServicePropertyEventDispatcher
public class MUCServicePropertyEventDispatcher
Dispatches property events. Each event has a 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 |
| Nested Class Summary | |
|---|---|
static class |
MUCServicePropertyEventDispatcher.EventType
Represents valid event types. |
| Method Summary | |
|---|---|
static void |
addListener(MUCServicePropertyEventListener listener)
Registers a listener to receive events. |
static void |
dispatchEvent(String service,
String property,
MUCServicePropertyEventDispatcher.EventType eventType,
Map<String,Object> params)
Dispatches an event to all listeners. |
static void |
removeListener(MUCServicePropertyEventListener listener)
Unregisters a listener to receive events. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void addListener(MUCServicePropertyEventListener listener)
listener - the listener.public static void removeListener(MUCServicePropertyEventListener listener)
listener - the listener.
public static void dispatchEvent(String service,
String property,
MUCServicePropertyEventDispatcher.EventType eventType,
Map<String,Object> params)
service - the subdomain of the MUC service the property is set for.property - the property.eventType - the event type.params - event parameters.
|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||