Class EmptyDialogManager

java.lang.Object
com.thecoderscorner.menu.mgr.DialogManager
com.thecoderscorner.menu.mgr.EmptyDialogManager

public class EmptyDialogManager extends DialogManager
A no-operation implementation of menu item that meets the interface but does nothing.
  • Constructor Details

    • EmptyDialogManager

      public EmptyDialogManager()
  • Method Details

    • dialogDidChange

      protected void dialogDidChange()
      Description copied from class: DialogManager
      this should be overridden to update the UI, it signifies that the dialog has changed
      Specified by:
      dialogDidChange in class DialogManager