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

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

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

/**
 * 
 * @author Francesco Cina'
 *
 * 10/ago/2011
 */
public interface IEventToken {

	String getToken();
	
	String getQueryString();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy