All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigadm.events.AttributeChangeEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.beans.PropertyChangeEvent
|
+----w3c.jigadm.events.AttributeChangeEvent
- public class AttributeChangeEvent
- extends PropertyChangeEvent
-
AttributeChangeEvent(Object, String, Object, Object)
- Creates an AttributeChangeEvent
this correspond to a change in one Attribute of one resource
AttributeChangeEvent
public AttributeChangeEvent(Object source,
String name,
Object oldvalue,
Object newvalue)
- Creates an AttributeChangeEvent
this correspond to a change in one Attribute of one resource
- Parameters:
- source - The resource whose attribute has changed.
- name - The name of the attribute that has changed.
- oldvalue - The old attribute value.
- newvalue - The new attribuyte value.
All Packages Class Hierarchy This Package Previous Next Index