Class RoughPlanningBucketInsertEvent


public class RoughPlanningBucketInsertEvent extends InsertEvent<BORoughPlanningBucket>
Event to insert a BORoughPlanningBucket.
The launcher must provide a valid BORoughPlanningBucket in order to successfully call this event.
The listener inserts all the BORoughPlanningBucket components starting from the event input, i.e. the given BORoughPlanningBucket in which all needed components were previously set.
Since:
18.0
  • Constructor Details

    • RoughPlanningBucketInsertEvent

      public RoughPlanningBucketInsertEvent(BORoughPlanningBucket input)
      Instantiates a new rough planning bucket insert event.
      Parameters:
      input - the BORoughPlanningBucket to insert