Class AssetStatusUpdateEvent


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

    • AssetStatusUpdateEvent

      public AssetStatusUpdateEvent(BOAssetStatus assetStatus)
      Instantiates a new asset status update event.
      Parameters:
      assetStatus - the BOAssetStatus to update