|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.gargoylesoftware.htmlunit.html.HtmlAttributeChangeEvent
public class HtmlAttributeChangeEvent
This is the event class for notifications about changes to the attributes of the HtmlElement.
HtmlAttributeChangeListener
,
Serialized FormConstructor Summary | |
---|---|
HtmlAttributeChangeEvent(HtmlElement element,
java.lang.String name,
java.lang.String value)
Constructs a new AttributeEvent from the given element for the given attribute name and attribute value. |
Method Summary | |
---|---|
HtmlElement |
getHtmlElement()
Return the HtmlElement that changed. |
java.lang.String |
getName()
Return the name of the attribute that changed on the element. |
java.lang.String |
getValue()
Returns the value of the attribute that has been added, removed, or replaced. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HtmlAttributeChangeEvent(HtmlElement element, java.lang.String name, java.lang.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.Method Detail |
---|
public HtmlElement getHtmlElement()
public java.lang.String getName()
public java.lang.String getValue()
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |