Uses of Interface
uicc.contactmanager.ContactView

Uses of ContactView in uicc.contactmanager
 

Methods in uicc.contactmanager that return ContactView
 ContactView ContactsListView.createContactViewInstance()
           Factory method used to create an instance of the ContactView interface.
 

Methods in uicc.contactmanager with parameters of type ContactView
 int ContactsListView.addContact(ContactView contactView)
           Adds a contact to the contacts list.
 void ContactsListView.selectContact(ContactView contactView, int contactIdentifier)
           Binds a ContactView instance to the contact that matches the provided contactIdentifier.
 int ContactsListView.selectNextContact(ContactView contactView)
           Binds a ContactView instance with the next contact in the current enumeration.