Class BundleRequirementLoadEvent


public class BundleRequirementLoadEvent extends LoadEvent<BOBundleRequirement>
Event to load a BOBundleRequirement.
The launcher must provide a valid bundle requirement ID in order to successfully call this event.
The listener loads the BOBundleRequirement starting from the event input, i.e. the given bundle requirement ID.
Since:
22.0
GCApi:
event
Reactors:
BTBundleRequirementLoad(0)
No Spouts
  • Constructor Details

    • BundleRequirementLoadEvent

      public BundleRequirementLoadEvent(Long id)
      Instantiates a new bundle requirement load event.
      Parameters:
      id - the bundle requirement ID to load