Package com.thecoderscorner.menu.mgr
Class EmptyDialogManager
java.lang.Object
com.thecoderscorner.menu.mgr.DialogManager
com.thecoderscorner.menu.mgr.EmptyDialogManager
A no-operation implementation of menu item that meets the interface but does nothing.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidthis should be overridden to update the UI, it signifies that the dialog has changedMethods inherited from class com.thecoderscorner.menu.mgr.DialogManager
buttonWasPressed, getButtonType, getDialogShowMode, hideDialog, isDialogVisible, showDialogWithButtons, toPrintableText, updateStateFromCommand, withDelegate, withMessage, withTitle
-
Constructor Details
-
EmptyDialogManager
public EmptyDialogManager()
-
-
Method Details
-
dialogDidChange
protected void dialogDidChange()Description copied from class:DialogManagerthis should be overridden to update the UI, it signifies that the dialog has changed- Specified by:
dialogDidChangein classDialogManager
-