corny.addressbook.listener
Interface AddressBookChangeListener

All Known Implementing Classes:
NativeAddressBook

public interface AddressBookChangeListener

The listener interface for receiving Address Book change notifications.

Author:
Corny

Method Summary
 void addressBookChanged(AddressBookNotification notification)
          Fired when the Address Book's data has changed.
 

Method Detail

addressBookChanged

void addressBookChanged(AddressBookNotification notification)
Fired when the Address Book's data has changed.

Parameters:
notification - Notification containing information about wat has changed since the last Notification was sent.