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

com.jpattern.gwt.client.history.NullHistoryManager 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 class NullHistoryManager implements IHistoryManager {

	@Override
	public void onEvent(String eventName) {
	}

	@Override
	public void updateState() {
	}

	@Override
	public void registerHistory(IPresenter parentPresenter, Map queryStringValues, String[] childrenEvent, boolean registerEvent, INavigationEvent navigationEvent) {
	}

	@Override
	public void setRootPresenter(IPresenter presenter) {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy