c4slotlistener.java

来自「source code about game desktop」· Java 代码 · 共 18 行

JAVA
18
字号
// C4SlotListener.java
 


/** 
 *
 * @author  Sean Bridges
 * @version 1.0
 *
 * A slot listener listens to a C4Slot, and is notified when its 
 * contents are changed.
 */
public interface C4SlotListener 
{
	public void contentsChanged(int oldContents, int newContents);

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?