public abstract static class CSSOMValue.AbstractModificationHandler extends java.lang.Object implements CSSOMValue.ModificationHandler
| Constructor and Description |
|---|
AbstractModificationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
blueFloatValueChanged(short unit,
float value)
Called when the blue float value has changed.
|
void |
blueTextChanged(java.lang.String text)
Called when the blue value text has changed.
|
void |
bottomFloatValueChanged(short unit,
float value)
Called when the bottom float value has changed.
|
void |
bottomTextChanged(java.lang.String text)
Called when the bottom value text has changed.
|
void |
floatValueChanged(short unit,
float value)
Called when the float value has changed.
|
protected abstract Value |
getValue()
Returns the associated value.
|
void |
greenFloatValueChanged(short unit,
float value)
Called when the green float value has changed.
|
void |
greenTextChanged(java.lang.String text)
Called when the green value text has changed.
|
void |
leftFloatValueChanged(short unit,
float value)
Called when the left float value has changed.
|
void |
leftTextChanged(java.lang.String text)
Called when the left value text has changed.
|
void |
listFloatValueChanged(int idx,
short unit,
float value)
Called when the list float value has changed.
|
void |
listStringValueChanged(int idx,
short unit,
java.lang.String value)
Called when the list string value has changed.
|
void |
listTextChanged(int idx,
java.lang.String text)
Called when the list value text has changed.
|
void |
redFloatValueChanged(short unit,
float value)
Called when the red float value has changed.
|
void |
redTextChanged(java.lang.String text)
Called when the red value text has changed.
|
void |
rightFloatValueChanged(short unit,
float value)
Called when the right float value has changed.
|
void |
rightTextChanged(java.lang.String text)
Called when the right value text has changed.
|
void |
stringValueChanged(short type,
java.lang.String value)
Called when the string value has changed.
|
void |
topFloatValueChanged(short unit,
float value)
Called when the top float value has changed.
|
void |
topTextChanged(java.lang.String text)
Called when the top value text has changed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittextChangedprotected abstract Value getValue()
public void floatValueChanged(short unit,
float value)
throws DOMException
floatValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void stringValueChanged(short type,
java.lang.String value)
throws DOMException
stringValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void leftTextChanged(java.lang.String text)
throws DOMException
leftTextChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void leftFloatValueChanged(short unit,
float value)
throws DOMException
leftFloatValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void topTextChanged(java.lang.String text)
throws DOMException
topTextChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void topFloatValueChanged(short unit,
float value)
throws DOMException
topFloatValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void rightTextChanged(java.lang.String text)
throws DOMException
rightTextChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void rightFloatValueChanged(short unit,
float value)
throws DOMException
rightFloatValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void bottomTextChanged(java.lang.String text)
throws DOMException
bottomTextChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void bottomFloatValueChanged(short unit,
float value)
throws DOMException
bottomFloatValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void redTextChanged(java.lang.String text)
throws DOMException
redTextChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void redFloatValueChanged(short unit,
float value)
throws DOMException
redFloatValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void greenTextChanged(java.lang.String text)
throws DOMException
greenTextChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void greenFloatValueChanged(short unit,
float value)
throws DOMException
greenFloatValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void blueTextChanged(java.lang.String text)
throws DOMException
blueTextChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void blueFloatValueChanged(short unit,
float value)
throws DOMException
blueFloatValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void listTextChanged(int idx,
java.lang.String text)
throws DOMException
listTextChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void listFloatValueChanged(int idx,
short unit,
float value)
throws DOMException
listFloatValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionpublic void listStringValueChanged(int idx,
short unit,
java.lang.String value)
throws DOMException
listStringValueChanged in interface CSSOMValue.ModificationHandlerDOMExceptionCopyright © 2022 Apache Software Foundation. All Rights Reserved.