de.swm.gwt.client.responsive.IMatchMedia 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 IMatchMedia extends IHasMediaMatchChangeHandlers {
boolean hasMatch();
String getMedia();
}