All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tools.resources.event.AttributeChangedEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----org.w3c.tools.resources.event.ResourceEvent
                   |
                   +----org.w3c.tools.resources.event.AttributeChangedEvent

public class AttributeChangedEvent
extends ResourceEvent

Variable Index

 o attr
The index of the attribut modified.
 o newvalue
The attribut new value.

Constructor Index

 o AttributeChangedEvent(ResourceReference, Attribute, Object)
Create an attribute change event.

Method Index

 o getAttribute()
 o getNewValue()
 o toString()

Variables

 o attr
 protected Attribute attr
The index of the attribut modified.

 o newvalue
 protected Object newvalue
The attribut new value.

Constructors

 o AttributeChangedEvent
 public AttributeChangedEvent(ResourceReference ref,
                              Attribute attr,
                              Object newvalue)
Create an attribute change event.

Parameters:
source - The resource whose attribute has changed.
idx - The index of the attribute that has changed.
newvalue - The new attribuyte value.

Methods

 o getAttribute
 public Attribute getAttribute()
 o getNewValue
 public Object getNewValue()
 o toString
 public String toString()
Overrides:
toString in class EventObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index