|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jsxe.EBMessage
net.sourceforge.jsxe.msg.PropertyChanged
Message sent when one of jsXe's properties have changed.
Constructor Summary | |
PropertyChanged(String key,
String oldValue)
Creates a new PropertyChanged message. |
Method Summary | |
String |
getKey()
Returns the property key that was changed. |
String |
getOldValue()
Returns the old value of the property before it was changed |
String |
paramString()
Returns a string representation of this message's parameters. |
Methods inherited from class net.sourceforge.jsxe.EBMessage |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertyChanged(String key, String oldValue)
Method Detail |
public String getKey()
public String getOldValue()
public String paramString()
EBMessage
paramString
in class EBMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |