Class AssetTypeUpdateEvent


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

    • AssetTypeUpdateEvent

      public AssetTypeUpdateEvent(BOAssetType assetType)
      Instantiates a new asset type update event.
      Parameters:
      assetType - the asset type to update with the updated components