Class WorkloadAnalysisValidateEvent


public class WorkloadAnalysisValidateEvent extends SimpleBusinessEvent<BORoughPlanning,Void>
Event to validate a BORoughPlanning.
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:
19.0
  • Constructor Details

    • WorkloadAnalysisValidateEvent

      public WorkloadAnalysisValidateEvent(BORoughPlanning input)
      Instantiates a new workload analysis validate event.
      Parameters:
      input - the BORoughPlanning to validate