home-school-contact-app/文档/Android/app/src/main/java/com/example/nanchen/aiyaschoolpush/im/DataSyncListener.java

17 lines
381 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.example.nanchen.aiyaschoolpush.im;
/**
* @author nanchen
* @fileName AiYaSchoolPush
* @packageName com.example.nanchen.aiyaschoolpush.im
* @date 2016/10/28 08:52
*/
public interface DataSyncListener {
/**
* sync complete
* @param success truedata sync successfulfalse: failed to sync data
*/
void onSyncComplete(boolean success);
}