All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.tools.resources.event.AttributeChangedListener
- public interface AttributeChangedListener
- extends EventListener
-
attributeChanged(AttributeChangedEvent)
- Gets called when a property changes.
attributeChanged
public abstract void attributeChanged(AttributeChangedEvent evt)
- Gets called when a property changes.
- Parameters:
- evt - The AttributeChangeEvent describing the change.
All Packages Class Hierarchy This Package Previous Next Index