Package net.bluemind.addressbook.api
Interface IVCardServiceAsync
public interface IVCardServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exportAll
(AsyncHandler<String> handler) void
exportCards
(List<String> uids, AsyncHandler<String> handler) void
importCards
(String vcard, AsyncHandler<TaskRef> handler)
-
Method Details
-
exportAll
-
exportCards
-
importCards
-