|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.aspects.queue.FieldChangeEvent
Constructor Summary | |
FieldChangeEvent(Object substance,
FieldItem field,
Object oldValue,
Object newValue)
|
Method Summary | |
FieldItem |
getField()
Gets the modified field item. |
Object |
getNewValue()
Gets the value of the field after the modification. |
Object |
getOldValue()
Gets the value of the field before the modification. |
Object |
getSubstance()
Gets the object whose field was modified. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FieldChangeEvent(Object substance, FieldItem field, Object oldValue, Object newValue)
Method Detail |
public Object getSubstance()
public FieldItem getField()
public Object getOldValue()
public Object getNewValue()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |