public interface ServerListener extends JDSListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
serverStarted(ServerEvent event)
服务器已启动
|
void |
serverStarting(ServerEvent event)
服务器正在启动
|
void |
serverStopped(ServerEvent event)
服务器已停止
|
void |
serverStopping(ServerEvent event)
服务器正在停止
|
void |
systemActivated(ServerEvent event)
子系统激活完毕
|
void |
systemActivating(ServerEvent event)
正在激活子系统
|
void |
systemDeleted(ServerEvent event)
子系统删除完毕
|
void |
systemDeleting(ServerEvent event)
正在删除子系统
|
void |
systemFreezed(ServerEvent event)
冻结子系统完成
|
void |
systemFreezing(ServerEvent event)
正在冻结子系统
|
void |
systemSaved(ServerEvent event)
保存子系统完毕
|
void |
systemSaving(ServerEvent event)
正在保存子系统
|
void serverStarting(ServerEvent event) throws JDSException
JDSExceptionvoid serverStarted(ServerEvent event) throws JDSException
JDSExceptionvoid serverStopping(ServerEvent event) throws JDSException, InterruptedException
void serverStopped(ServerEvent event) throws JDSException
JDSExceptionvoid systemSaving(ServerEvent event) throws JDSException
JDSExceptionvoid systemSaved(ServerEvent event) throws JDSException
JDSExceptionvoid systemDeleting(ServerEvent event) throws JDSException
JDSExceptionvoid systemDeleted(ServerEvent event) throws JDSException
JDSExceptionvoid systemActivating(ServerEvent event) throws JDSException
JDSExceptionvoid systemActivated(ServerEvent event) throws JDSException
JDSExceptionvoid systemFreezing(ServerEvent event) throws JDSException
JDSExceptionvoid systemFreezed(ServerEvent event) throws JDSException
JDSExceptionCopyright © 2023 onecode. All rights reserved.