de.grogra.pf.ui.event
Class UIPropertyEditEvent
java.lang.Object
java.util.EventObject
de.grogra.pf.ui.event.EditEvent
de.grogra.pf.ui.event.UIPropertyEditEvent
- All Implemented Interfaces:
- Context, java.io.Serializable, java.lang.Cloneable
public class UIPropertyEditEvent
- extends EditEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
UIPropertyEditEvent
public UIPropertyEditEvent(Context context,
UIProperty property,
java.lang.Object oldValue,
java.lang.Object newValue,
java.lang.Object info)
getInfo
public java.lang.Object getInfo()
getNewValue
public java.lang.Object getNewValue()
getOldValue
public java.lang.Object getOldValue()
getProperty
public UIProperty getProperty()
paramString
protected java.lang.String paramString()
- Overrides:
paramString
in class EditEvent