|
Jive API (4.5.7.0) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.spi.ServiceEvent<T,O>
public class ServiceEvent<T extends java.lang.Enum<?>,O>
Base event class.
| Constructor Summary | |
|---|---|
ServiceEvent(T eventType,
O modifiedObject,
java.util.Map<?,?> properties)
|
|
| Method Summary | |
|---|---|
T |
getEventType()
Return the enum that denotes the event type. |
O |
getModifiedObject()
Retrieve the object that was modified. |
java.util.Map<?,?> |
getProperties()
Retrieve properties associated with the event |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceEvent(T eventType,
O modifiedObject,
java.util.Map<?,?> properties)
eventType - enum that denotes the type of this eventmodifiedObject - object modified by the eventproperties - event properties| Method Detail |
|---|
public T getEventType()
public java.util.Map<?,?> getProperties()
public O getModifiedObject()
public java.lang.String toString()
toString in class java.lang.Object
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||