Interface FontChangeListener

All Known Implementing Classes:
BulletinBoard, MessageFilterPane, MessageFrame, MessageSenderPanel, PositionLabel, PrintableTable, RawPacketFrame, RawPacketPane, StationRenderer
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FontChangeListener
This interface reports to uses of the ConfigurePreferences font selections that a font choice has changed.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fontChanged(String category, Font newFont)
    Report that the font choice for the specified category has changed.
  • Method Details

    • fontChanged

      void fontChanged(String category, 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