package $(Package) $(CSLB){ import org.puremvc.as3.interfaces.ICommand; import org.puremvc.as3.interfaces.INotification; import org.puremvc.as3.patterns.command.SimpleCommand; /** * ... * @author $(DefaultUser) */ public class $(FileName) extends SimpleCommand implements ICommand $(CSLB){ override public function execute( note:INotification ):void $(CSLB){ $(EntryPoint) } } }