Class RoughPlanningCreateEvent


public class RoughPlanningCreateEvent extends InsertEvent<BORoughPlanning>
Event to create a rough planning, and it's bucket configuration.
The launcher must provide a valid BORoughPlanning in order to successfully call this event.
The listener inserts all the BORoughPlanning components starting from the event input, i.e. the given BORoughPlanning in which all needed components were previously set.
Since:
18.0
  • Constructor Details

    • RoughPlanningCreateEvent

      public RoughPlanningCreateEvent(BORoughPlanning input)
      Instantiates a new rough planning create event.
      Parameters:
      input - the rough planning to create