Class FeatureClassInsertEvent


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

    • FeatureClassInsertEvent

      public FeatureClassInsertEvent(BOFeatureClass boFeatureClass)
      Instantiates a new feature class insert event.
      Parameters:
      boFeatureClass - the prepared feature class