public interface FontMapListener
FontMap
, gets informed when an entry
of the map changes.Modifier and Type | Method and Description |
---|---|
void |
fontChanged(FontMap map,
String key,
FontModifier font)
Called when a font changed.
|
void fontChanged(FontMap map, String key, FontModifier font)
map
- the source of the eventkey
- the id of the font that changedfont
- the new font, might be null