All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigadm.events.ResourceChangeEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.beans.PropertyChangeEvent
|
+----w3c.jigadm.events.ResourceChangeEvent
- public class ResourceChangeEvent
- extends PropertyChangeEvent
-
ResourceChangeEvent(Object, String, Object, Object)
- Creates a ResourceChangeEvent
this correspond to a change in one resource
ResourceChangeEvent
public ResourceChangeEvent(Object source,
String name,
Object oldvalue,
Object newvalue)
- Creates a ResourceChangeEvent
this correspond to a change in one resource
- Parameters:
- source - The resource father whose resource 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