Uses of Class
corny.addressbook.JNIHandler.AddressBookNotification

Packages that use AddressBookNotification
corny.addressbook   
corny.addressbook.JNIHandler   
corny.addressbook.listener   
 

Uses of AddressBookNotification in corny.addressbook
 

Methods in corny.addressbook with parameters of type AddressBookNotification
 void NativeAddressBook.addressBookChanged(AddressBookNotification noti)
          Called when the Address Book data has changed externally, for example when editing the Address Book by using Apple's Address Book interface.
 void NativeAddressBook.addressBookChangedInternally(AddressBookNotification noti)
          Called when the Address Book data has changed by calling methods of this Java API.
 

Uses of AddressBookNotification in corny.addressbook.JNIHandler
 

Subclasses of AddressBookNotification in corny.addressbook.JNIHandler
static class AddressBookNotification.MutableAddressBookNotification
          Mutable subclass of the AddressBookNotification class.
 

Methods in corny.addressbook.JNIHandler that return AddressBookNotification
 AddressBookNotification AddressBookNotification.MutableAddressBookNotification.getImmutableNotification()
           
 

Methods in corny.addressbook.JNIHandler with parameters of type AddressBookNotification
 void AddressBookNotification.MutableAddressBookNotification.addDataFrom(AddressBookNotification additionalNotification)
          Merges this Notification with the data of a newer Notification.
 

Uses of AddressBookNotification in corny.addressbook.listener
 

Methods in corny.addressbook.listener with parameters of type AddressBookNotification
 void AddressBookChangeListener.addressBookChanged(AddressBookNotification notification)
          Fired when the Address Book's data has changed.