Class CatalogCodeUpdateEvent


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

    • CatalogCodeUpdateEvent

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