Class CatalogCodeInsertEvent


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

    • CatalogCodeInsertEvent

      public CatalogCodeInsertEvent(BOCatalogCode input)
      Instantiates a new catalog code insert event.
      Parameters:
      input - the BOCatalogCode to insert