Class LinearAssetLocationUpdateEvent


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

    • LinearAssetLocationUpdateEvent

      public LinearAssetLocationUpdateEvent(BOLinearAssetLocation input)
      Instantiates a new linear asset location update event.
      Parameters:
      input - the BOLinearAssetLocation to update