public class AttributeChangedEvent extends Event
| Constructor and Description |
|---|
AttributeChangedEvent(Object source,
Object attribute,
Object oldValue,
Object newValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute()
The attribute slot that has changed.
|
EventType |
getEventType() |
Object |
getNewValue()
The new value of the attribute.
|
Object |
getOldValue()
The previous value of the attribute.
|
String |
toString() |
consume, getName, getRc, isConsumed, isVetoed, setRc, setVeto, vetogetSourcepublic static final EventType ID
public Object getAttribute()
public EventType getEventType()
getEventType in class Eventpublic Object getNewValue()
public Object getOldValue()
public String toString()
toString in class EventObjectCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.