javax.rad.remote.event
Class PropertyEvent

java.lang.Object
  extended by javax.rad.remote.event.PropertyEvent

public class PropertyEvent
extends Object

The PropertyEvent class is the event for property changes.


Constructor Summary
PropertyEvent(String pName, Object pOld, Object pNew)
          Creates a new instance of PropertyEvent with the given event information.
 
Method Summary
 Object getNewValue()
          Gets the new value.
 Object getOldValue()
          Gets the old value.
 String getPropertyName()
          Gets the property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEvent

public PropertyEvent(String pName,
                     Object pOld,
                     Object pNew)
Creates a new instance of PropertyEvent with the given event information.

Parameters:
pName - the property name
pOld - the old property value
pNew - the new property value
Method Detail

getPropertyName

public String getPropertyName()
Gets the property name.

Returns:
the property name

getOldValue

public Object getOldValue()
Gets the old value.

Returns:
the old value

getNewValue

public Object getNewValue()
Gets the new value.

Returns:
the new value


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.