public class EventControl extends Object implements JDSEventDispatcher
Title: JDS系统管理系统
Description: JDSServer系统事件控制核心,所有引擎事件都在这里中转处理
, Copyright: Copyright (c) 2014
Company: www.justdos.net
| 限定符和类型 | 字段和说明 |
|---|---|
List<EIServerListener> |
coreServerEventListeners |
| 限定符 | 构造器和说明 |
|---|---|
protected |
EventControl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dispatchEvent(JDSEvent event)
事件分发方法,所有的SERVER事件都通过该方法进行分发。
|
static EventControl |
getInstance() |
protected void |
initCoreListeners() |
public List<EIServerListener> coreServerEventListeners
public static EventControl getInstance()
protected void initCoreListeners()
public void dispatchEvent(JDSEvent event) throws JDSException
dispatchEvent 在接口中 JDSEventDispatcherevent - SERVER事件JDSExceptionCopyright © 2023 onecode. All rights reserved.