package com.camnter.test.thread.communication; /** * Description:ThreadCallback * Created by:CaMnter */ public interface ThreadCallback { void callback(String what); }