|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--java.beans.PropertyChangeEvent | +--org.w3c.jigadm.events.ResourceChangeEvent
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ResourceChangeEvent(java.lang.Object source,
java.lang.String name,
java.lang.Object oldvalue,
java.lang.Object newvalue)
Creates a ResourceChangeEvent this correspond to a change in one resource |
Methods inherited from class java.beans.PropertyChangeEvent |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResourceChangeEvent(java.lang.Object source, java.lang.String name, java.lang.Object oldvalue, java.lang.Object newvalue)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |