代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/136828/5845330
java command.java
package com.javapatterns.command.audioplayer;
/**
* This class plays the role of Abstract Command
*/
public interface Command
{
public abstract void execute ( );
}
www.eeworm.com/read/136828/5845337
java command.java
package com.javapatterns.command.television;
public interface Command
{
void execute();
}
www.eeworm.com/read/136828/5845347
java command.java
/* Generated by Together */
package com.javapatterns.command.book;
public interface Command {
void execute();
}
www.eeworm.com/read/136828/5845354
java command.java
package com.javapatterns.command.stocktrader;
public interface Command
{
public abstract void execute ( );
}
www.eeworm.com/read/136827/5847013
h command.h
/**********************************************************************
** Copyright (C) 2000-2005 Trolltech AS and its licensors.
** All rights reserved.
**
** This file is part of the Qtopia Environ
www.eeworm.com/read/136822/5848957
cpp command.cpp
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be distrib
www.eeworm.com/read/136822/5849006
h command.h
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be distrib
www.eeworm.com/read/136819/5852405
cpp command.cpp
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be distrib
www.eeworm.com/read/136819/5852454
h command.h
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be distrib
www.eeworm.com/read/136816/5853864
cpp command.cpp
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be distrib