Interface FormatModelListener

All Known Implementing Classes:
ListingCodeComparisonPanel, MultiListingLayoutModel, ProgramBigListingModel

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

    Modifier and Type
    Method
    Description
    default void
    Deprecated, for removal: This API element is subject to removal in a future version.
    not used
    void
    Notifies that the given format model was changed.
    default void
    Deprecated, for removal: This API element is subject to removal in a future version.
    not used
  • Method Details

    • formatModelAdded

      @Deprecated(since="11.2", forRemoval=true) default void formatModelAdded(FieldFormatModel model)
      Deprecated, for removal: This API element is subject to removal in a future version.
      not used
      Format model added. Not used.
      Parameters:
      model - the model that was added
    • formatModelRemoved

      @Deprecated(since="11.2", forRemoval=true) default void formatModelRemoved(FieldFormatModel model)
      Deprecated, for removal: This API element is subject to removal in a future version.
      not used
      Format model removed. Not used.
      Parameters:
      model - the model that was added
    • formatModelChanged

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