📄 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 + -