All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.responsive.IMatchMedia Maven / Gradle / Ivy

There is a newer version: 3.1
Show newest version
package de.swm.gwt.client.responsive;


/**
 * @author Ed Bras
 */
public interface IMatchMedia extends IHasMediaMatchChangeHandlers {

	boolean hasMatch();

	String getMedia();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy