Interface SettingsDialogListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit onSettingsClose() This method is always being called when the settings dialog is about to close, regardless if it was by the close, back or save button
      abstract Unit onSettingsSave(SettingsOptions changedOptions) Notifies that the dialog's save button was clicked and the changedOptions should become effective.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail