|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.base.event.JivePropertyEvent
public class JivePropertyEvent
An event for JiveProperty changes Certain event types will populate the params Map with additional objects as outlined below:
| Event Type | Extra Params |
|---|---|
| ADDED | none |
| REMOVED | REMOVED_VALUES => list of values (excluding event param value) |
| MODIFIED | PARAM_MODIFIED_OLD_VALUE -> original value value |
| Nested Class Summary | |
|---|---|
static class |
JivePropertyEvent.Entry
|
static class |
JivePropertyEvent.Type
|
| Field Summary | |
|---|---|
static String |
PARAM_MODIFIED_OLD_VALUE
Param map value for modified values on a PROPERTY_MODIFIED event |
static String |
PARAM_REMOVED_VALUES
Param map value for removed values on a PROPERTY_REMOVED event |
| Constructor Summary | |
|---|---|
JivePropertyEvent()
|
|
JivePropertyEvent(JivePropertyEvent.Type eventType,
JivePropertyEvent.Entry entry,
Map<String,? extends Object> params)
|
|
JivePropertyEvent(JivePropertyEvent.Type eventType,
String name,
String value,
Map<String,? extends Object> params)
Creates a new jive property event. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the jive property |
String |
getValue()
Returns the value of the jive property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PARAM_REMOVED_VALUES
public static final String PARAM_MODIFIED_OLD_VALUE
| Constructor Detail |
|---|
public JivePropertyEvent()
public JivePropertyEvent(JivePropertyEvent.Type eventType,
String name,
String value,
Map<String,? extends Object> params)
eventType - the type of the message event.name - namevalue - value
public JivePropertyEvent(JivePropertyEvent.Type eventType,
JivePropertyEvent.Entry entry,
Map<String,? extends Object> params)
| Method Detail |
|---|
public String getName()
public String getValue()
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||