
com.jpattern.gwt.client.navigationevent.INavigationEventWrapper Maven / Gradle / Ivy
package com.jpattern.gwt.client.navigationevent;
import java.util.Map;
import com.jpattern.gwt.client.presenter.IPresenter;
/**
*
* @author Francesco Cina'
*
* 12/ago/2011
*/
public interface INavigationEventWrapper extends IBaseNavigationEvent {
void notifyNavigationEvent(IPresenter parentPresenter,
Map queryStringValues, String[] childrenEvent, boolean registerEvent);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy