Uses of Class
com.vividsolutions.jump.workbench.model.FeatureEvent

Packages that use FeatureEvent
com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries. 
com.vividsolutions.jump.workbench.ui   
 

Uses of FeatureEvent in com.vividsolutions.jump.workbench.model
 

Methods in com.vividsolutions.jump.workbench.model with parameters of type FeatureEvent
 void LayerListener.featuresChanged(FeatureEvent e)
          Fired when a feature is added to or removed from a layer, or when a feature is edited (using an EditTransaction).
 void LayerAdapter.featuresChanged(FeatureEvent e)
           
 

Uses of FeatureEvent in com.vividsolutions.jump.workbench.ui
 

Methods in com.vividsolutions.jump.workbench.ui with parameters of type FeatureEvent
 void LayerViewPanel.featuresChanged(FeatureEvent e)
           
 void TreeLayerNamePanel.featuresChanged(FeatureEvent e)