@FunctionalInterface
public interface FontChangeListener
Modifier and Type | Method and Description |
---|---|
void |
fontChanged(java.lang.String category,
java.awt.Font newFont)
Report that the font choice for the specified category has changed.
|