Class FeatureValueDomainUpdateEvent


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

    • FeatureValueDomainUpdateEvent

      public FeatureValueDomainUpdateEvent(BOFeatureValueDomain bo)
      Instantiates a new feature value domain update event.
      Parameters:
      bo - the BOFeatureValueDomain to update