public class ContactUpdateEvent extends UpdateEvent<BOContact>
Event to update a BOContact.
The launcher must provide a valid contact in order to successfully call this event.
The listener updates the given BOContact.
Since:
9.2
GCApi:
event
Reactors:
BTContactUpdate(0)
No Spouts
  • Constructor Details

    • ContactUpdateEvent

      public ContactUpdateEvent(BOContact contact)
      Instantiates a new contact update event
      Parameters:
      contact - the contact to update