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

    • StockUpdateEvent

      public StockUpdateEvent(BOStock input)
      Instantiates a new stock update event.
      Parameters:
      input - the BOStock to update