public interface HtmlAttributeChangeListener
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 event.void attributeRemoved(HtmlAttributeChangeEvent event)
event
- The event.void attributeReplaced(HtmlAttributeChangeEvent event)
event
- The event.Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.