de.swm.gwt.client.responsive.IHasMediaMatchChangeHandlers 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;
import com.google.gwt.event.shared.HandlerRegistration;
/**
* @author Ed Bras
*/
public interface IHasMediaMatchChangeHandlers {
HandlerRegistration addMatchMediaChangeHandler(IMatchMediaChangeHandler handler);
}