Class FeatureUpdateEvent


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

    • FeatureUpdateEvent

      public FeatureUpdateEvent(BOFeature boFeature)
      Instantiates a new feature update event.
      Parameters:
      boFeature - the feature to update