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

    • TaskUpdateEvent

      public TaskUpdateEvent(BOTask bo)
      Instantiates a new timesheet task update event.
      Parameters:
      bo - the technical object to update with the updated components