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

com.jpattern.gwt.client.navigationevent.INavigationEventData Maven / Gradle / Ivy

package com.jpattern.gwt.client.navigationevent;

import com.google.gwt.user.client.ui.HasWidgets;

/**
 * 
 * @author Francesco Cina
 *
 * 03/ago/2011
 */
public interface INavigationEventData {

	HasWidgets getEventTarget();

	INavigationEventCallback getNavigationEventCallback();

	INavigationEventWrapper getNavigationEventWrapper();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy