Package bibliothek.gui.dock.common.event
Interface FontMapListener
public interface FontMapListener
A listener to a
FontMap, gets informed when an entry
of the map changes.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionvoidfontChanged(FontMap map, String key, FontModifier font) Called when a font changed.
-
Method Details
-
fontChanged
Called when a font changed.- Parameters:
map- the source of the eventkey- the id of the font that changedfont- the new font, might benull
-