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

org.zkoss.openlayers.ui.OLEvents Maven / Gradle / Ivy

The newest version!
/* Events.java

{{IS_NOTE
	Purpose:
		
	Description:
		
	History:
		Jun 21, 2012 9:53:22 AM , Created by jumperchen
}}IS_NOTE

Copyright (C) 2012 Potix Corporation. All Rights Reserved.

{{IS_RIGHT
}}IS_RIGHT
 */
package org.zkoss.openlayers.ui;

/**
 * @author jumperchen
 * @author Jakub Kudla (kubakudla)
 * 
 */
public class OLEvents {

	public static final String ON_CHANGEBASELAYER = "onChangeBaseLayer";

	public static final String ON_MOVE_END = "onMoveEnd";

	public static final String ON_MOUSE_OUT = "onMouseOut";

	public static final String ON_FEATURE_ADDED = "onFeatureAdded";

	public static final String ON_FEATURE_SELECTED = "onFeatureSelected";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy