net.sourceforge.jsxe.msg
Class PropertyChanged

java.lang.Object
  extended bynet.sourceforge.jsxe.EBMessage
      extended bynet.sourceforge.jsxe.msg.PropertyChanged

public class PropertyChanged
extends EBMessage

Message sent when one of jsXe's properties have changed.

Since:
jsXe 0.5 pre1
Version:
$Id$
Author:
Ian Lewis (IanLewis@member.fsf.org)

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

PropertyChanged

public PropertyChanged(String key,
                       String oldValue)
Creates a new PropertyChanged message.

Method Detail

getKey

public String getKey()
Returns the property key that was changed.


getOldValue

public String getOldValue()
Returns the old value of the property before it was changed


paramString

public String paramString()
Description copied from class: EBMessage
Returns a string representation of this message's parameters.

Overrides:
paramString in class EBMessage