de.swm.gwt.client.responsive.IMatchMediaChangeHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
package de.swm.gwt.client.responsive;
/**
* @author Ed Bras
*/
public interface IMatchMediaChangeHandler {
void onMatchMediaChange(IMatchMedia matchMedia);
}