
com.jpattern.gwt.client.history.IEventToken Maven / Gradle / Ivy
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