public abstract class VectorFeaturesLoadedListener extends Object implements Serializable
| Constructor and Description |
|---|
VectorFeaturesLoadedListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
layerLoaded(org.apache.wicket.ajax.AjaxRequestTarget target,
Vector layer)
Callback method that is invoked when features have been loaded into the vector layer.
|
public abstract void layerLoaded(org.apache.wicket.ajax.AjaxRequestTarget target,
Vector layer)
target - Ajax request targetlayer - Vector layer that has loaded feature dataCopyright © 2014–2017. All rights reserved.