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

    • StockChangeUpdateEvent

      public StockChangeUpdateEvent(BOStockChange input)
      Instantiates a new stock change update event.
      Parameters:
      input - the BOStockChange to update