JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.queue
Class FieldChangeEvent

java.lang.Object
  |
  +--org.objectweb.jac.aspects.queue.FieldChangeEvent

public class FieldChangeEvent
extends Object


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

FieldChangeEvent

public FieldChangeEvent(Object substance,
                        FieldItem field,
                        Object oldValue,
                        Object newValue)
Method Detail

getSubstance

public Object getSubstance()
Gets the object whose field was modified.


getField

public FieldItem getField()
Gets the modified field item.


getOldValue

public Object getOldValue()
Gets the value of the field before the modification.


getNewValue

public Object getNewValue()
Gets the value of the field after the modification.


toString

public String toString()
Overrides:
toString in class Object

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli