Class ValueDomainUpdateEvent


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

    • ValueDomainUpdateEvent

      public ValueDomainUpdateEvent(BOValueDomain bo)
      Instantiates a new value domain update event.
      Parameters:
      bo - the BOValueDomain to update