Class AddressDuplicateEvent


public class AddressDuplicateEvent extends SimpleBusinessEvent<AddressDuplicateInput,BOAddress>
Event for duplicate a BOAddress.
The launcher must provide a valid AddressDuplicateInput in order to successfully call this event.
The listener duplicate the BOAddress defined in the input AddressDuplicateInput.
Since:
14.0
GCApi:
event
Reactors:
BTAddressDuplicate(0)
No Spouts
  • Constructor Details

    • AddressDuplicateEvent

      public AddressDuplicateEvent(AddressDuplicateInput input)
      Duplicate the address defined in the input object.
      Parameters:
      input - the input object