Class MeterLocationInsertEvent


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

    • MeterLocationInsertEvent

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