|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StyleChangeListener
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,
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 |
|---|
void styleChanged(ElementStyleSheet source,
StyleKey key,
Object value)
source - the source of the change.key - the style key.value - the value.
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 | |||||||||