package com.javapatterns.command.audioplayer; /** This class plays the role of Abstract Command */ public interface Command { void execute(); }
http://www.codebf.com/read/125114/6034079
package com.javapatterns.command.television; public interface Command { void execute(); }
http://www.codebf.com/read/125114/6034086
package com.javapatterns.command.book; public interface Command { void execute(); }
http://www.codebf.com/read/125114/6034096
package com.javapatterns.command.stocktrader; public interface Command { //correction abstraction void execute(); }
http://www.codebf.com/read/125114/6034103
public interface Command { public void execute() throws Exception; }
http://www.codebf.com/read/124619/6044129
Public Interface Command Sub Execute() Sub Undo() Function isUndo() As Boolean End Interface
http://www.codebf.com/read/122834/6064409
public interface Command Sub Execute() end interface
http://www.codebf.com/read/122834/6064425
public interface Command Sub Execute() End interface
http://www.codebf.com/read/122834/6064435
/*------------------------------------------------------------------------- * Filename: command.c * Version: $Id: command.c,v 1.9 2002/01/03 16:07:18 erikm Exp $ * Copyright: Copy
http://www.codebf.com/read/120747/6070972
/*------------------------------------------------------------------------- * Filename: command.h * Version: $Id: command.h,v 1.2 2001/10/07 15:27:35 erikm Exp $ * Copyright: Copy
http://www.codebf.com/read/120747/6071079
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机