org.gwtopenmaps.openlayers.client.event
Interface BeforeFeatureHighlightedListener
- All Superinterfaces:
- EventListener
public interface BeforeFeatureHighlightedListener
- extends EventListener
Listener to handle the event BeforeFeatureHighlighted that occurs on a
VectorFeature of the layer
- Author:
- Rafael Ceravolo - LOGANN Special Solutions
onBeforeFeatureHighlighted
void onBeforeFeatureHighlighted(VectorFeature vectorFeature)
- Called when the event BeforeFeatureHighlighted occurs on a VectorFeature
of the layer
- Parameters:
vectorFeature - The VectorFeature that generated the event
Copyright © 2010 sourceforge. All Rights Reserved.