public class ContactInsertEvent extends InsertEvent<BOContact>
Event to insert a BOContact.
The launcher must provide a valid contact in order to successfully call this event.
The listener inserts the given BOContact.
Since:
9.2
GCApi:
event
Reactors:
BTContactInsert(0)
No Spouts
  • Constructor Details

    • ContactInsertEvent

      public ContactInsertEvent(BOContact contact)
      Instantiates a new contact insert event
      Parameters:
      contact - the contact to insert