Interface OptionsEditorListener


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

      • beforeChangesApplied

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

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