Sha256: 0b92f42899ade3aa7d24abf6f65ba1acd7dc391f075ff4c3f9f18d7d7cc88c2c
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
/* Copyright 2008 Theo Hultberg/Iconara */ package <%= base_package %>.controllers.command { /** * A very basic command interface that just provides an execute method. * Any data that the command needs in order to do its work should be injected * through the constructor or through properties. */ public interface ICommand { function execute( ) : void ; } }
Version data entries
3 entries across 3 versions & 1 rubygems