Class BundleCriterionUpdateEvent


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

    • BundleCriterionUpdateEvent

      public BundleCriterionUpdateEvent(BOBundleCriterion input)
      Instantiates a new bundle criterion update event.
      Parameters:
      input - the BOBundleCriterion to update