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 Type
    Method
    Description
    void
    Called when a font changed.
  • Method Details

    • fontChanged

      void fontChanged(FontMap map, 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