Class RoughPlanningBucketUpdateEvent


public class RoughPlanningBucketUpdateEvent extends UpdateEvent<BORoughPlanningBucket>
Event to update 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

    • RoughPlanningBucketUpdateEvent

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