|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HtmlAttributeChangeListener
Implementations of this interface receive notifications of changes to the attribute list on the HtmlElement.
HtmlAttributeChangeEvent| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void attributeAdded(HtmlAttributeChangeEvent event)
event - the attribute change eventvoid attributeRemoved(HtmlAttributeChangeEvent event)
event - the attribute change eventvoid attributeReplaced(HtmlAttributeChangeEvent event)
event - the attribute change event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||