public interface ActionListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
actionExecuted(Action action,
Object caller,
ActionContext actionContext,
Map<String,Object> parameters,
long namoTime,
boolean successed)
动作已被执行之后触发的事件。
|
void |
actionExecuted(Thing thing,
String method,
ActionContext actionContext,
Map<String,Object> parameters,
long namoTime,
boolean successed)
增加了事物动作的监听。
|
void actionExecuted(Action action, Object caller, ActionContext actionContext, Map<String,Object> parameters, long namoTime, boolean successed)
action - 动作caller - 调用者parameters - 参数namoTime - 微秒successed - 是否成功actionContext - 变量上下文Copyright © 2016 xworker.org. All rights reserved.