public class BundleCreateEvent extends InsertEvent<BundleCreateInput>
Event to create a Bundle.
The launcher must provide a valid BundleCreateInput that contains the needed parameters in order to successfully call this event.
The listener create a new Bundle starting from the event input.
Since:
10.1
GCApi:
event
Reactors:
BTBundleCreate(0)
No Spouts
  • Constructor Details

    • BundleCreateEvent

      public BundleCreateEvent(BundleCreateInput input)
      Instantiates a new bundle create event.
      Parameters:
      input - BundleCreateInput that contains the needed parameters to create a bundle