Class AddressUpdateEvent


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

    • AddressUpdateEvent

      public AddressUpdateEvent(BOAddress bo)
      Instantiates a new address update event.
      Parameters:
      bo - the BOAddress to update