This method is provided to simplify event notification for implementors by constructing a FeatureEvent internally (and then only if listeners are interested). You may find it easier to construct your own FeatureEvent using { {@link #hasListener()} to check ifyou need to fire events at all. @param source FeatureSource responsible for the change @param feature The updated feature @param before the bounds of the feature before the change
|
|