|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.event.EventUtils
public class EventUtils
Contains various utility methods for simplifying the Event handling process.
| Constructor Summary | |
|---|---|
EventUtils()
|
|
| Method Summary | |
|---|---|
static com.atlassian.event.Event |
extractWrappedEventOrOriginal(com.atlassian.event.Event event)
If the given event is an instance of ClusterEventWrapper, returns the wrapped event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventUtils()
| Method Detail |
|---|
public static com.atlassian.event.Event extractWrappedEventOrOriginal(com.atlassian.event.Event event)
event is an instance of ClusterEventWrapper, returns the wrapped event.
Otherwise, it will return the given event;
event - to extract from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||