com.github.czyzby.autumn.mvc.component.ui.controller.ViewDialogShower Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gdx-autumn-mvc Show documentation
Show all versions of gdx-autumn-mvc Show documentation
MVC framework based on LibGDX using Autumn for components management and LML as view templates.
package com.github.czyzby.autumn.mvc.component.ui.controller;
import com.badlogic.gdx.scenes.scene2d.ui.Window;
/** Allows to specify actions executed before dialog showing.
*
* @author MJ */
public interface ViewDialogShower {
/** @param dialog is about to be shown. */
public void doBeforeShow(Window dialog);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy