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

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

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

import java.util.List;

/**
 * 
 * @author Francesco Cina
 *
 * 02/ago/2011
 */
public class NullHistoryManagerObserver implements IHistoryManagerObserver {

	@Override
	public void onRegisterHistory(String currentToken, List presenterHierarchy) {
	}

	@Override
	public void onEvent(String eventName) {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy