|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.jboss.util.property.PropertyEvent
A property event.
| Field Summary | |
protected java.lang.String |
name
Property name. |
protected java.lang.String |
value
Property value. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
PropertyEvent(java.lang.Object source,
java.lang.String name)
Construct a new PropertyEvent. |
|
PropertyEvent(java.lang.Object source,
java.lang.String name,
java.lang.String value)
Construct a new PropertyEvent. |
|
| Method Summary | |
java.lang.String |
getPropertyName()
Get the name of the property that is effected. |
java.lang.String |
getPropertyValue()
Get the value of the property that is effected. |
java.lang.String |
toString()
Return a string representation of this event. |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected final java.lang.String name
protected final java.lang.String value
| Constructor Detail |
public PropertyEvent(java.lang.Object source,
java.lang.String name,
java.lang.String value)
source - The source of the event.name - The property name effected.value - The value of the property effected.
NullArgumentException (src) - Name or source is null.
public PropertyEvent(java.lang.Object source,
java.lang.String name)
source - The source of the event.name - The property name effected.
NullArgumentException (src) - Name or source is null.| Method Detail |
public final java.lang.String getPropertyName()
public final java.lang.String getPropertyValue()
public java.lang.String toString()
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||