Class AssetCharacteristicValueInsertEvent


public class AssetCharacteristicValueInsertEvent extends InsertEvent<BOAssetCharacteristicValue>
Event to insert a BOAssetCharacteristicValue.
The launcher must provide a valid BOAssetCharacteristicValue in order to successfully call this event.
The listener inserts all the BOAssetCharacteristicValue starting from the event input, i.e. the given BOAssetCharacteristicValue.
Since:
16.0
GCApi:
event
Reactors:
BTAssetCharacteristicValueInsert(0)
No Spouts
  • Constructor Details

    • AssetCharacteristicValueInsertEvent

      public AssetCharacteristicValueInsertEvent(BOAssetCharacteristicValue assetCharacteristicValue)
      Instantiates a new asset characteristic value insert event.
      Parameters:
      assetCharacteristicValue - the characteristic value to insert