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

    • StockInsertEvent

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