Interface OptionsEditorListener


public interface OptionsEditorListener
Listener that is notified when the "apply" button is hit.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification that changes are about to be applied.
    void
    Notification that the apply button was hit.
  • Method Details

    • beforeChangesApplied

      void beforeChangesApplied()
      Notification that changes are about to be applied.
    • changesApplied

      void changesApplied()
      Notification that the apply button was hit.