| java.lang.Object org.geoserver.wfs.TransactionEvent
TransactionEvent | public class TransactionEvent (Code) | | Event carrying information about a change that happened/that is about to
occur. The feature collection may be an in-memory one, or may be based on a
real data store with a filter.
|
getAffectedFeatures | public FeatureCollection getAffectedFeatures()(Code) | | A collection of the features that are being manipulated. Accessible and usable only
when the event is being thrown, if you store the event and try to access the collection later
there is no guarantee it will still be usable.
|
|
|