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

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

Method Detail

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.