Class AssetUpdateEvent


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

    • AssetUpdateEvent

      public AssetUpdateEvent(BOAsset input)
      Instantiates a new asset update event.
      Parameters:
      input - the BOAsset to update