Class BundleRequirementDeleteEvent


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

    • BundleRequirementDeleteEvent

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