Class LayerAdapter
java.lang.Object
com.vividsolutions.jump.workbench.model.LayerAdapter
- All Implemented Interfaces:
LayerListener
Empty implementation of LayerListener.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidFired when a feature is added to or removed from a layer, or when a feature is edited (using an EditTransaction).void
-
Constructor Details
-
LayerAdapter
public LayerAdapter()
-
-
Method Details
-
featuresChanged
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
- Specified by:
layerChangedin interfaceLayerListener
-
categoryChanged
- Specified by:
categoryChangedin interfaceLayerListener
-