Class MeterLocationUpdateEvent


public class MeterLocationUpdateEvent extends UpdateEvent<BOMeterLocation>
Event to update a BOMeterLocation.
The launcher must provide a valid BOMeterLocation in order to successfully call this event.
The listener updates all the BOMeterLocation components starting from the event input, i.e. the given BOMeterLocation.
Since:
17.0
GCApi:
event
Reactors:
BTMeterLocationUpdate(0)
No Spouts
  • Constructor Details

    • MeterLocationUpdateEvent

      public MeterLocationUpdateEvent(BOMeterLocation meterLocation)
      Instantiates a new meter location update event.
      Parameters:
      meterLocation - the BOMeterLocation to update