public interface EIServerListener extends JDSListener
Title: JDS管理系统
Description: 核心服务器事件监听器接口
Copyright: Copyright (c) 2014
Company: www.justdos.net
| 限定符和类型 | 方法和说明 |
|---|---|
void |
serverStarted(EIServerEvent event)
服务器已启动
|
void |
serverStarting(EIServerEvent event)
服务器正在启动
|
void |
serverStopped(EIServerEvent event)
服务器已停止
|
void |
serverStopping(EIServerEvent event)
服务器正在停止
|
void |
systemActivated(EIServerEvent event)
子系统激活完毕
|
void |
systemActivating(EIServerEvent event)
正在激活子系统
|
void |
systemDeleted(EIServerEvent event)
子系统删除完毕
|
void |
systemDeleting(EIServerEvent event)
正在删除子系统
|
void |
systemFreezed(EIServerEvent event)
冻结子系统完成
|
void |
systemFreezing(EIServerEvent event)
正在冻结子系统
|
void |
systemSaved(EIServerEvent event)
保存子系统完毕
|
void |
systemSaving(EIServerEvent event)
正在保存子系统
|
void serverStarting(EIServerEvent event) throws JDSException
JDSExceptionvoid serverStarted(EIServerEvent event) throws JDSException
JDSExceptionvoid serverStopping(EIServerEvent event) throws JDSException, InterruptedException
void serverStopped(EIServerEvent event) throws JDSException
JDSExceptionvoid systemSaving(EIServerEvent event) throws JDSException
JDSExceptionvoid systemSaved(EIServerEvent event) throws JDSException
JDSExceptionvoid systemDeleting(EIServerEvent event) throws JDSException
JDSExceptionvoid systemDeleted(EIServerEvent event) throws JDSException
JDSExceptionvoid systemActivating(EIServerEvent event) throws JDSException
JDSExceptionvoid systemActivated(EIServerEvent event) throws JDSException
JDSExceptionvoid systemFreezing(EIServerEvent event) throws JDSException
JDSExceptionvoid systemFreezed(EIServerEvent event) throws JDSException
JDSExceptionCopyright © 2023 onecode. All rights reserved.