代码如下:[code="java"]public interface MsgHandler{
void onMsg(String correlationID, TMSG msg) throws Exception;
}[/code]
MsgHandler是什么意思?
小弟我看不懂,求解!
泛型
baidu一下,找几篇文章读读,good luck