Class ValueDomainItemUpdateEvent


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

    • ValueDomainItemUpdateEvent

      public ValueDomainItemUpdateEvent(BOValueDomainItem bo)
      Instantiates a new characteristic value domain item update event.
      Parameters:
      bo - the BOValueDomainItem to update