aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/http/HttpHeadRetrievedListener.java
blob: 0db4f71bcfed9d89bfbc550b839e80bf931eb07b (plain)
1
2
3
4
5
6
7
8
9
10
package de.thedevstack.conversationsplus.http;

import de.thedevstack.conversationsplus.entities.Message;

/**
 *
 */
public interface HttpHeadRetrievedListener {
    void onFileSizeRetrieved(long size, Message message);
}