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