Class OutcomeReasonUpdateEvent


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

    • OutcomeReasonUpdateEvent

      public OutcomeReasonUpdateEvent(BOOutcomeReason input)
      Instantiates a new outcome reason update event.
      Parameters:
      input - the BOOutcomeReason to update