org.gwtopenmaps.openlayers.client.event
Interface FeatureHighlightedListener

All Superinterfaces:
EventListener

public interface FeatureHighlightedListener
extends EventListener

Listener to handle the event FeatureHighlighted that occurs on a VectorFeature of the layer

Author:
Rafael Ceravolo - LOGANN Special Solutions

Method Summary
 void onFeatureHighlighted(VectorFeature vectorFeature)
          Called when the event FeatureHighlighted occurs on a VectorFeature of the layer
 

Method Detail

onFeatureHighlighted

void onFeatureHighlighted(VectorFeature vectorFeature)
Called when the event FeatureHighlighted occurs on a VectorFeature of the layer

Parameters:
vectorFeature - The VectorFeature that generated the event


Copyright © 2010 sourceforge. All Rights Reserved.