public class BundlingRuleHeaderInsertEvent extends InsertEvent<BOBundlingRuleHeader>
Event to insert a BOBundlingRuleHeader.
The launcher must provide a valid BOBundlingRuleHeader in order to successfully call this event.
The listener inserts all the BOBundlingRuleHeader components starting from the event input, i.e. the given BOBundlingRuleHeader in which all needed components were previously set.
Since:
10.1
GCApi:
event
Reactors:
BTBundlingRuleHeaderInsert(0)
No Spouts
  • Constructor Details

    • BundlingRuleHeaderInsertEvent

      public BundlingRuleHeaderInsertEvent(BOBundlingRuleHeader input)
      Instantiates a new bundling rule insert event.
      Parameters:
      input - the BOBundlingRuleHeader that contains the main characteristics of the bundle that we want to insert.