Interface OptionListener

All Known Implementing Classes:
LoadLibrariesOptionsDialog, OptionsDialog

public interface OptionListener
Notification that an Option changed.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Notification that the given option changed.
  • Method Details Link icon

    • optionChanged Link icon

      void optionChanged(Option option)
      Notification that the given option changed.
      Parameters:
      option - option that changed