Class FeatureClassUpdateEvent


public class FeatureClassUpdateEvent extends UpdateEvent<BOFeatureClass>
Event to update a BOFeatureClass.
The launcher must provide a valid BOFeatureClass in order to successfully call this event.
The listener updates all the BOFeatureClass components starting from the event input, i.e. the given BOFeatureClass in which all needed components were previously updated.
Since:
9.2
GCApi:
event
Reactors:
BTFeatureClassUpdate(0)
No Spouts
  • Constructor Details

    • FeatureClassUpdateEvent

      public FeatureClassUpdateEvent(BOFeatureClass boFeatureClass)
      Instantiates a new feature class update event
      Parameters:
      boFeatureClass - the feature class to update