| java.lang.Object java.util.EventObject org.apache.cxf.event.Event
Event | public class Event extends EventObject (Code) | | Base class for all the CXF Events.
|
Constructor Summary | |
public | Event(Object source, QName id) Constructs a Event with the event source and a unique event id. |
Method Summary | |
public QName | getID() Returns the unique event id for this particular bus event. |
Event | public Event(Object source, QName id)(Code) | | Constructs a Event with the event source and a unique event id.
This id is used to identify the event type.
Parameters: source - The Object representing the event information. Parameters: id - the QName identifying the event type |
getID | public QName getID()(Code) | | Returns the unique event id for this particular bus event.
String The event id. |
|
|