Interface ClosableDialog

  • All Known Implementing Classes:
    TavernPirateDialog

    public interface ClosableDialog
    Interface for Closable dialogs that want to allow the closeing from outsied the class hierarchy.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Feb 23, 2014
    • Method Detail

      • executeOnCloseButtonClicked

        void executeOnCloseButtonClicked()
        Action that is executed upon closing the dialog.