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

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

There is a newer version: 2.45.7
Show newest version
package com.jpattern.gwt.client.history;

import java.util.Map;

import com.jpattern.gwt.client.navigationevent.INavigationEvent;
import com.jpattern.gwt.client.presenter.IPresenter;

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

	void updateState();
	
	void onEvent(String eventName);
	
	void setRootPresenter(IPresenter presenter);
	
	void registerHistory(IPresenter parentPresenter, Map queryStringValues, String[] childrenEvent, boolean registerEvent, INavigationEvent navigationEvent);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy