|
||||||||||
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 event.void attributeRemoved(HtmlAttributeChangeEvent event)
event
- The event.void attributeReplaced(HtmlAttributeChangeEvent event)
event
- The event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |