|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.cxf.event.Event
public class Event
Base class for all the CXF Events.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
Event(java.lang.Object source,
javax.xml.namespace.QName id)
Constructs a Event with the event source and a unique event id. |
|
| Method Summary | |
|---|---|
javax.xml.namespace.QName |
getID()
Returns the unique event id for this particular bus event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Event(java.lang.Object source,
javax.xml.namespace.QName id)
Event with the event source and a unique event id.
This id is used to identify the event type.
source - The Object representing the event information.id - the QName identifying the event type| Method Detail |
|---|
public javax.xml.namespace.QName getID()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||