org.ka2ddo.yaac.gui
Interface FontChangeListener

All Known Implementing Classes:
BulletinBoard, MessageFilterPane, MessageFrame, MessageSenderPanel, PositionLabel, RawPacketFrame, RawPacketPane, StationRenderer

public interface FontChangeListener

This interface reports to uses of the ConfigurePreferences font selections that a font choice has changed.


Method Summary
 void fontChanged(java.lang.String category, java.awt.Font newFont)
          Report that the font choice for the specified category has changed.
 

Method Detail

fontChanged

void fontChanged(java.lang.String category,
                 java.awt.Font newFont)
Report that the font choice for the specified category has changed.

Parameters:
category - String font family name (as defined by Font class)
newFont - actual font instance