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

com.github.apetrelli.gwtintegration.mvp.client.ui.MvpView Maven / Gradle / Ivy

The newest version!
package com.github.apetrelli.gwtintegration.mvp.client.ui;

import com.google.gwt.place.shared.Place;
import com.google.gwt.user.client.ui.IsWidget;

public interface MvpView extends IsWidget {

	void setPresenter(T presenter);
	
	public interface Presenter {
		void goTo(Place place);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy