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

com.googlecode.mgwt.ui.client.util.OrientationHandler Maven / Gradle / Ivy

The newest version!
package com.googlecode.mgwt.ui.client.util;

import com.google.web.bindery.event.shared.EventBus;
import com.googlecode.mgwt.dom.client.event.orientation.OrientationChangeEvent.ORIENTATION;

public interface OrientationHandler {

	public abstract ORIENTATION getOrientation();

	void maybeSetupOrientation(EventBus manager);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy