Class WorkOrderOperationInsertEvent


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

    • WorkOrderOperationInsertEvent

      public WorkOrderOperationInsertEvent(BOWorkOrderOperation workOrderOperation)
      Instantiates a new work order operation insert event.
      Parameters:
      workOrderOperation - the BOWorkOrderOperation to insert