Class OutcomeReasonInsertEvent


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

    • OutcomeReasonInsertEvent

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