|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject org.jboss.util.property.PropertyEvent
A property event.
Field Summary | |
protected String |
name
Property name. |
protected String |
value
Property value. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
PropertyEvent(Object source,
String name)
Construct a new PropertyEvent. |
|
PropertyEvent(Object source,
String name,
String value)
Construct a new PropertyEvent. |
Method Summary | |
String |
getPropertyName()
Get the name of the property that is effected. |
String |
getPropertyValue()
Get the value of the property that is effected. |
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 String name
protected final String value
Constructor Detail |
public PropertyEvent(Object source, String name, String value)
source
- The source of the event.name
- The property name effected.value
- The value of the property effected.
NullArgumentException
- Name or source is null.public PropertyEvent(Object source, String name)
source
- The source of the event.name
- The property name effected.
NullArgumentException
- Name or source is null.Method Detail |
public final String getPropertyName()
public final String getPropertyValue()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |