
com.jpattern.gwt.client.bus.INavigationEventObserver Maven / Gradle / Ivy
package com.jpattern.gwt.client.bus;
/**
*
* @author Francesco Cina'
*
* Dec 5, 2011
*/
public interface INavigationEventObserver {
void onNavigationEvent(String navigationEventName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy