| 程序包 | 说明 |
|---|---|
| org.xmeta | |
| org.xmeta.cache |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Action |
Thing.action
每一个事物都有动作的形态
|
Action |
Action.outerAction
外部动作,如果有引用
|
| 限定符和类型 | 方法和说明 |
|---|---|
Action |
Thing.getAction() |
Action |
ActionContext.getAction() |
Action |
World.getAction(String actionPath)
通过动作事物的路径获得动作。
|
Action |
World.getAction(Thing actionThing)
通过事物获得一个动作。
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Action> |
ActionContext.getActions()
返回动作调用列表,最开始的是堆栈的底部,最后的是堆栈的顶部。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ActionListener.actionExecuted(Action action,
Object caller,
ActionContext actionContext,
Map<String,Object> parameters,
long namoTime,
boolean successed)
动作已被执行之后触发的事件。
|
void |
ActionContext.pushAction(Action action) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected WeakReference<Action> |
ActionEntry.thingReference |
| 限定符和类型 | 方法和说明 |
|---|---|
Action |
ActionEntry.getAction() |
| 构造器和说明 |
|---|
ActionEntry(String path,
Action action) |
Copyright © 2016 xworker.org. All rights reserved.