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

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

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

public interface View extends Show {

	T getPresenter();

	default void notifyOpen() {}

	// May be overriden.
	// In JavaFX, this is
	// where you would load
	// the JFX file
	default void instantiate() throws InstantiationException {

	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy