|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--org.sape.carbon.core.component.event.ComponentEvent
Sent to signify an event on the sending component.
Copyright 2003 Sapient
| Field Summary | |
protected String |
message
The message for the event. |
protected String |
name
The name of the event. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ComponentEvent(Object source,
String eventName,
String eventMessage)
Constructs a new component event. |
|
| Method Summary | |
String |
getMessage()
Retrieves the message for the event. |
String |
getName()
Retrieves the name of the 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 |
| Field Detail |
protected String name
protected String message
| Constructor Detail |
public ComponentEvent(Object source,
String eventName,
String eventMessage)
source - The source object for the event.eventName - the name of the event.eventMessage - a description of the event.| Method Detail |
public String getName()
public String getMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||