public class HtmlAttributeChangeEvent extends EventObject
HtmlAttributeChangeListener
,
Serialized Formsource
Constructor and Description |
---|
HtmlAttributeChangeEvent(HtmlElement element,
String name,
String value)
Constructs a new AttributeEvent from the given element
for the given attribute name and attribute value.
|
Modifier and Type | Method and Description |
---|---|
HtmlElement |
getHtmlElement()
Return the HtmlElement that changed.
|
String |
getName()
Return the name of the attribute that changed on the element.
|
String |
getValue()
Returns the value of the attribute that has been added, removed, or replaced.
|
getSource, toString
public HtmlAttributeChangeEvent(HtmlElement element, String name, String value)
element
- the HtmlElement that is sending the event.name
- the name of the attribute that changed on the element.value
- the value of the attribute that has been added, removed, or replaced.public HtmlElement getHtmlElement()
public String getName()
public String getValue()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.