Class AssetTypeInsertEvent


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

    • AssetTypeInsertEvent

      public AssetTypeInsertEvent(BOAssetType input)
      Instantiates a new asset type insert event.
      Parameters:
      input - the BOAssetType to insert