Class AssetCharacteristicValueUpdateEvent


public class AssetCharacteristicValueUpdateEvent extends UpdateEvent<BOAssetCharacteristicValue>
Event to update a BOAssetCharacteristicValue.
The launcher must provide a valid BOAssetCharacteristicValue in order to successfully call this event.
The listener updates all the BOAssetCharacteristicValue starting from the event input,
Since:
16.0
GCApi:
event
Reactors:
BTAssetCharacteristicValueUpdate(0)
No Spouts
  • Constructor Details

    • AssetCharacteristicValueUpdateEvent

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