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

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

package com.jpattern.gwt.client.navigationevent;

/**
 * A callback action called after the launch of an INavigationEvent.
 * this is usually used to modify something in the parent view, e.g. the active link related to the event.
 * @author Francesco Cina
 *
 * 02/ago/2011
 */
public interface INavigationEventCallback {

	void callback();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy