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

com.jpattern.gwt.client.history.IHistoryManager Maven / Gradle / Ivy

package com.jpattern.gwt.client.history;

import com.jpattern.gwt.client.presenter.ARootPresenter;
import com.jpattern.gwt.client.presenter.IPresenter;

/**
 * 
 * @author Francesco Cina
 *
 * 27/lug/2011
 */
public interface IHistoryManager {

	void updateState();
	
	void onEvent(String eventName);
	
	void registerHistory(IPresenter presenter);
	
	void setRootPresenter(ARootPresenter rootPresenter);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy