IContactListProvider.java :  » App » bdayapp » com » bdayapp » contacts » Android Open Source

Android Open Source » App » bdayapp 
bdayapp » com » bdayapp » contacts » IContactListProvider.java
package com.bdayapp.contacts;

import java.util.ArrayList;

public interface IContactListProvider {

  ArrayList<ContactInfo> getContactList();

  void setContactList(ArrayList<ContactInfo> contactList);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.