AgendaListener

interface AgendaListener

A listener to receive agenda events.

This interface includes all the callbacks needed to listen to agenda events and to perform the appropriate actions when any of these events are received.

Functions

Link copied to clipboard
abstract fun onContactAdded(agenda: Agenda, contact: Contact)

Performs any actions that could be required when a new contact is added.

Link copied to clipboard
abstract fun onContactDeleted(agenda: Agenda, contact: Contact)

Performs any actions that could be required when the contact is deleted.

Link copied to clipboard
abstract fun onContactUpdated(agenda: Agenda, contact: Contact)

Performs any actions that could be required when a existing contact is updated.