Class LayerAdapter
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.model.LayerAdapter
-
- All Implemented Interfaces:
LayerListener
public class LayerAdapter extends Object implements LayerListener
Empty implementation of LayerListener.
-
-
Constructor Summary
Constructors Constructor Description LayerAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcategoryChanged(CategoryEvent e)voidfeaturesChanged(FeatureEvent e)Fired when a feature is added to or removed from a layer, or when a feature is edited (using an EditTransaction).voidlayerChanged(LayerEvent e)
-
-
-
Method Detail
-
featuresChanged
public void featuresChanged(FeatureEvent e)
Description copied from interface:LayerListenerFired when a feature is added to or removed from a layer, or when a feature is edited (using an EditTransaction). Warning: this event is fired often.- Specified by:
featuresChangedin interfaceLayerListener
-
layerChanged
public void layerChanged(LayerEvent e)
- Specified by:
layerChangedin interfaceLayerListener
-
categoryChanged
public void categoryChanged(CategoryEvent e)
- Specified by:
categoryChangedin interfaceLayerListener
-
-