Class CatalogGroupInsertEvent


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

    • CatalogGroupInsertEvent

      public CatalogGroupInsertEvent(BOCatalogGroup input)
      Instantiates a new catalog group insert event.
      Parameters:
      input - the BOCatalogGroup to insert