
com.jpattern.gwt.client.navigationevent.NullNavigationEventWrapper 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 class NullNavigationEventWrapper implements INavigationEventWrapper {
@Override
public void notifyNavigationEvent(IPresenter parentPresenter,
Map queryStringValues, String[] childrenEvent, boolean registerEvent) {
}
@Override
public String getName() {
return "";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy