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
 void fontChanged(FontMap map, java.lang.String key, FontModifier font)
          Called when a font changed.
 

Method Detail

fontChanged

void fontChanged(FontMap map,
                 java.lang.String key,
                 FontModifier font)
Called when a font changed.

Parameters:
map - the source of the event
key - the id of the font that changed
font - the new font, might be null