public interface StyleGroupListener
| Modifier and Type | Method and Description |
|---|---|
void |
elementStyleChanged(Element element,
StyleGroup oldStyle,
StyleGroup style)
The style of the element changed.
|
void elementStyleChanged(Element element, StyleGroup oldStyle, StyleGroup style)
element - The element.oldStyle - The old style.style - The changed style or the new style of the element.Copyright © 2015. All rights reserved.