Class WorkCenterUpdateEvent


public class WorkCenterUpdateEvent extends UpdateEvent<BOWorkCenter>
Event to update a BOWorkCenter. The launcher must provide a valid BOWorkCenter in order to successfully call this event. The listener updates all the BOWorkCenter components starting from the event input, i.e. the given BOWorkCenter in which all needed components were previously updated.
Since:
9.2
GCApi:
event
Reactors:
BTWorkCenterUpdate(0)
No Spouts
  • Constructor Details

    • WorkCenterUpdateEvent

      public WorkCenterUpdateEvent(BOWorkCenter input)
      Instantiates a new work center update event.
      Parameters:
      input - the BOWorkCenter to update with the updated components