?? receivelistener.java
字號:
/* * ReceiveListener.java * * Created on 2003年11月20日, 下午9:46 */package handenglish;/** * * @author Administrator */public interface ReceiveListener { public void dataReceiving( int cmd, int pos,int total,int send); public void errorReceived( int errno ); public void dataReceived( int cmd,int status ); public void setCurState(int curState);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -