org.gwtopenmaps.openlayers.client.event
Class VectorFeatureAddedListener.FeatureAddedEvent

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.event.EventObject
          extended by org.gwtopenmaps.openlayers.client.event.VectorFeatureAddedListener.FeatureAddedEvent
Enclosing interface:
VectorFeatureAddedListener

public static class VectorFeatureAddedListener.FeatureAddedEvent
extends EventObject


Constructor Summary
VectorFeatureAddedListener.FeatureAddedEvent(EventObject eventObject)
           
 
Method Summary
 Vector getSource()
           
 VectorFeature getVectorFeature()
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.event.EventObject
getElement, getSourceJSObject, getType, narrowToEventObject
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorFeatureAddedListener.FeatureAddedEvent

public VectorFeatureAddedListener.FeatureAddedEvent(EventObject eventObject)
Method Detail

getVectorFeature

public VectorFeature getVectorFeature()

getSource

public Vector getSource()


Copyright © 2010 sourceforge. All Rights Reserved.