代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/396548/2414245
java hibernatedocallback.java
package tarena.util;
import org.hibernate.*;
public interface HibernateDoCallback {
void execute() throws HibernateException;
}
www.eeworm.com/read/377893/2695182
cs command.cs
using System;
namespace State
{
///
/// Summary description for Command.
///
public interface Command {
void Execute();
}
}
www.eeworm.com/read/377893/2695200
cs command.cs
using System;
using CsharpPats;
namespace Memento
{
///
/// Command interface
///
public interface Command
{
void Execute();
}
}
www.eeworm.com/read/377893/2695256
cs command.cs
using System;
using CsharpPats;
namespace Mediate
{
///
/// Command interface
///
public interface Command
{
void Execute();
}
}
www.eeworm.com/read/377893/2695328
cs command.cs
using System;
namespace Interpreter
{
///
/// Summary description for Command.
///
public interface Command {
void Execute();
}
}
www.eeworm.com/read/377893/2695374
cs command.cs
using System;
using CsharpPats;
namespace Strategy
{
///
/// Command interface
///
public interface Command
{
void Execute();
}
}
www.eeworm.com/read/377893/2695706
cs command.cs
using System;
using CsharpPats;
namespace Strategy
{
///
/// Command interface
///
public interface Command
{
void Execute();
}
}
www.eeworm.com/read/364575/2902086
cs command.cs
using System;
namespace State
{
///
/// Summary description for Command.
///
public interface Command {
void Execute();
}
}
www.eeworm.com/read/364575/2902104
cs command.cs
using System;
using CsharpPats;
namespace Memento
{
///
/// Command interface
///
public interface Command
{
void Execute();
}
}
www.eeworm.com/read/364575/2902160
cs command.cs
using System;
using CsharpPats;
namespace Mediate
{
///
/// Command interface
///
public interface Command
{
void Execute();
}
}