MessageRetrievalListener.java :  » Email » vf-pamc » com » vodafone » nowplus » android » peoplemail » controller » Android Open Source

Android Open Source » Email » vf pamc 
vf pamc » com » vodafone » nowplus » android » peoplemail » controller » MessageRetrievalListener.java

package com.vodafone.nowplus.android.peoplemail.controller;

import com.vodafone.nowplus.android.peoplemail.mail.Message;

public interface MessageRetrievalListener
{
    public void messageStarted(String uid, int number, int ofTotal);

    public boolean messageFinished(Message message, int number, int ofTotal);

    public void messagesFinished(int total);
}
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.