|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface that must be supported by objects that wish to receive notification of style change events.
Method Summary | |
void |
styleChanged(ElementStyleSheet source,
StyleKey key,
java.lang.Object value)
Receives notification that a style has changed. |
void |
styleRemoved(ElementStyleSheet source,
StyleKey key)
Receives notification that a style has been removed. |
Method Detail |
public void styleChanged(ElementStyleSheet source, StyleKey key, java.lang.Object value)
source
- the source of the change.key
- the style key.value
- the value.public void styleRemoved(ElementStyleSheet source, StyleKey key)
source
- the source of the change.key
- the style key.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |