public interface HtmlAttributeChangeListener extends Serializable
HtmlAttributeChangeEvent| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(HtmlAttributeChangeEvent event)
Notification that a new attribute was added to the HtmlElement.
|
void |
attributeRemoved(HtmlAttributeChangeEvent event)
Notification that an existing attribute has been removed from the HtmlElement.
|
void |
attributeReplaced(HtmlAttributeChangeEvent event)
Notification that an attribute on the HtmlElement has been replaced.
|
void attributeAdded(HtmlAttributeChangeEvent event)
event - the attribute change eventvoid attributeRemoved(HtmlAttributeChangeEvent event)
event - the attribute change eventvoid attributeReplaced(HtmlAttributeChangeEvent event)
event - the attribute change eventCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.