public interface IMgr
限定符和类型 | 接口和说明 |
---|---|
static interface |
IMgr.AppEvent
应用操作事件定义接口
|
static interface |
IMgr.FeatureEvent
特征操作事件定义接口
|
static interface |
IMgr.MgrEvent
管理者操作事件的集合
|
static class |
IMgr.MgrType
mgr的类型
|
static interface |
IMgr.NetEvent
网络操作事件定义接口
|
static interface |
IMgr.WindowEvent
窗口操作事件定义接口
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
processEvent(IMgr.MgrType mgrType,
int mgrEvent,
java.lang.Object pArgs)
处理定义的事件,不能处理的交由core分发处理
|
java.lang.Object processEvent(IMgr.MgrType mgrType, int mgrEvent, java.lang.Object pArgs)
mgrType
- 要执行事件处于的IMgr的id。mgrEvent
- 要执行事件的idpArgs
- 执行事件时,需要的参数