/android/export-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/export-contacts

« back to all changes in this revision

Viewing changes to src/am/ed/exportcontacts/Backend.java

  • Committer: Tim Marston
  • Date: 2013-06-22 19:31:44 UTC
  • Revision ID: tim@ed.am-20130622193144-0lo7w92qagow0kmu
minor style tweaks

Show diffs side-by-side

added added

removed removed

4
4
 * Copyright (C) 2011 Tim Marston <tim@ed.am>
5
5
 *
6
6
 * This file is part of the Export Contacts program (hereafter referred
7
 
 * to as "this program"). For more information, see
 
7
 * to as "this program").  For more information, see
8
8
 * http://ed.am/dev/android/export-contacts
9
9
 *
10
10
 * This program is free software: you can redistribute it and/or modify
27
27
{
28
28
        /**
29
29
         * Return the number of contacts that exist and that will be exported.
 
30
         *
30
31
         * @return number of existing contacts
31
32
         */
32
33
        public int getNumContacts();
33
34
 
34
35
        /**
35
36
         * Return the next contact.
 
37
         *
36
38
         * @return a ContactData
37
39
         */
38
40
        public boolean getNextContact( Exporter.ContactData contact );