public interface EventAction
文件名:EventAction.java
用途:
用于执行事件增强的方法,方法中可通过EventInformation
类对象,回调事件的操作的步骤
以及传入到事件中的Element
类对象
编码时间:2020年7月10日下午3:40:13
修改时间:2020年7月10日下午3:40:13
Modifier and Type | Method and Description |
---|---|
void |
action(EventInformation elemenetInformation)
事件增强的方法,可通过形参回调事件的操作步骤以及传入到事件中的
Element 类对象 |
void action(EventInformation elemenetInformation)
Element
类对象elemenetInformation
- EventInformation
类对象Copyright © 2024. All rights reserved.