| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.layer |
| Modifier and Type | Method and Description |
|---|---|
List<VectorFeatureDataLoadedListener> |
Vector.getFeatureDataLoadedListeners()
Returns the list of feature data loaded listeners.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.addFeatureDataLoadedListener(VectorFeatureDataLoadedListener listener)
Adds a new listener that will be invoked with feature data is loaded into this layer.
|
Vector |
Vector.removeFeatureDataLoadedListener(VectorFeatureDataLoadedListener listener)
Removes a listener from the list of listeners that will be invoked when feature data is loaded into this layer.
|
Copyright © 2014–2017. All rights reserved.