README_en.md
1# In-Process Events Processing
2
3### Introduction
4
5This sample exemplifies the in-process event processing. After the user selects a product and submits an order, the selected product is displayed in the order.
6
7### Usage
8
91. On the home screen of the sample app, touch the button to access the e-mall.
10
112. On the e-mall screen, select a product and touch the submit button. The displayed page shows the selected product.
12
13### Constraints
14
15This sample can only be run on standard-system devices.
16
README_zh.md
1# 处理进程内事件
2
3### 简介
4
5本示例主要展示进程内事件通知,用户通过选择对应商品并提交订单后在订单列表显示所选商品。效果图如下:
6
7 
8
9### 相关概念
10
11Emitter:本模块提供发送和处理进程内事件的能力,包括对持续订阅事件或单次订阅事件的处理,取消订阅事件,发送事件到事件队列。
12
13### 相关权限
14
15不涉及。
16
17### 使用说明
18
191.在主界面点击 **进入商城** ,跳转至商城页面。
20
212.在商城面点击商品前的方框,选择对应的商品,点击 **提交** 按钮,跳转至主页面,显示已选择的商品。
22
23### 约束与限制
24
251.本示例仅支持在标准系统上运行。
26
272.本示例需要使用DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022)才可编译运行。