org.zkoss.openlayers.ui.OLEvents Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zkopenlayers Show documentation
Show all versions of zkopenlayers Show documentation
ZK wrapper for OpenLayers 2
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";
}