Class BundleHeaderInsertEvent


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

    • BundleHeaderInsertEvent

      public BundleHeaderInsertEvent(BOBundleHeader input)
      Instantiates a new bundle header insert event.
      Parameters:
      input - the BOBundleHeader that contains the main characteristics of the bundle that we want to insert.