Interface FormatModelListener

All Known Implementing Classes:
ListingCodeComparisonPanel, MultiListingLayoutModel, ProgramBigListingModel

public interface FormatModelListener
Interface for listeners to format model changes.
  • Method Details

    • formatModelAdded

      void formatModelAdded(FieldFormatModel model)
      Notifies that a new format model was added to the format manager.
      Parameters:
      model - the new model.
    • formatModelRemoved

      void formatModelRemoved(FieldFormatModel model)
      Notifies that a format model was removed.
      Parameters:
      model - the model that was removed.
    • formatModelChanged

      void formatModelChanged(FieldFormatModel model)
      Notifies that the given format model was changed.
      Parameters:
      model - the model that was changed.