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

    • OperationCenterAddressUpdateEvent

      public OperationCenterAddressUpdateEvent(BOOperationCenterAddress operationCenterAddress)
      Instantiate a new operation center address update event.
      Parameters:
      operationCenterAddress - the BOOperationCenterAddress to update