groovy.util
Class PropertyEvent

Field Summary
 int ADDED
           
 int CLEARED
           
 int MULTI
           
 Object NEWVALUE
           
 Object OLDVALUE
           
 int REMOVED
           
 int UPDATED
           
 int type
           
 
Constructor Summary
PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, int type)
           
 
Method Summary
int getType()
          
 

Constructor Detail

PropertyEvent

public PropertyEvent(Object source, String propertyName, Object oldValue, Object newValue, int type)


Method Detail

getType

public int getType()