public class TaskStateUpdateEvent extends UpdateEvent<BOTask>
Event to update the state of a BOTask.
The launcher must provide a valid BOTask with a valid state, in order to successfully call this event.
The listener updates the timesheet task state starting from the event input, i.e. the given BOTask in which the final value of the state is specified.
Since:
9.2
GCApi:
event
Reactors:
BTTaskStateUpdate(0)
No Spouts
  • Constructor Details

    • TaskStateUpdateEvent

      public TaskStateUpdateEvent(BOTask bo)
      Instantiates a new timesheet task update event.
      Parameters:
      bo - the timesheet task to update in which the final value of the state is specified