public interface StyleSheetListener
| Modifier and Type | Method and Description |
|---|---|
void |
styleAdded(Rule oldRule,
Rule newRule)
A style was changed or added.
|
void |
styleSheetCleared()
The complete style sheet was cleared.
|
void styleAdded(Rule oldRule, Rule newRule)
oldRule - The style that changed.newRule - The style that was added to the style sheet.void styleSheetCleared()
Copyright © 2015. All rights reserved.