| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.layer |
| Modifier and Type | Method and Description |
|---|---|
List<VectorFeaturesLoadedListener> |
Vector.getFeaturesLoadedListeners()
Returns the list of features loaded listeners.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.addFeaturesLoadedListener(VectorFeaturesLoadedListener listener)
Adds a new listener that will be invoked with feature data is loaded into this layer.
|
Vector |
Vector.removeFeaturesLoadedListener(VectorFeaturesLoadedListener 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.