Class CatalogGroupUpdateEvent


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

    • CatalogGroupUpdateEvent

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