All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.thorbenkuck.keller.mvp.Show Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.keller.mvp;

public interface Show {

	/**
	 * This method has to be overridden, to allow the StageController to really "clear" whatever stage you want to clear
	 */
	void close();

	void show();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy