Uses of Interface
org.qiunet.cfg.manager.base.ICfgManager
Packages that use ICfgManager
Package
Description
-
Uses of ICfgManager in org.qiunet.cfg.event
Methods in org.qiunet.cfg.event that return ICfgManagerMethods in org.qiunet.cfg.event that return types with arguments of type ICfgManagerMethods in org.qiunet.cfg.event with parameters of type ICfgManagerModifier and TypeMethodDescriptionstatic voidCfgManagerAddEvent.fireEvent(ICfgManager cfgManager) Method parameters in org.qiunet.cfg.event with type arguments of type ICfgManagerModifier and TypeMethodDescriptionstatic CfgLoadCompleteEventCfgLoadCompleteEvent.valueOf(List<ICfgManager<?, ?>> list) -
Uses of ICfgManager in org.qiunet.cfg.manager
Methods in org.qiunet.cfg.manager with parameters of type ICfgManagerModifier and TypeMethodDescriptionvoidCfgManagers.addCfgManager(ICfgManager<?, ?> manager) 添加 ManagerMethod parameters in org.qiunet.cfg.manager with type arguments of type ICfgManagerModifier and TypeMethodDescriptionvoidCfgManagers.reloadSetting(List<ICfgManager<?, ?>> gameSettingList) 重新加载 指定cfg Manager 文件变动热更使用 -
Uses of ICfgManager in org.qiunet.cfg.manager.base
Subinterfaces of ICfgManager in org.qiunet.cfg.manager.baseModifier and TypeInterfaceDescriptioninterfaceINestListCfgManager<ID,Cfg extends INestListCfg<ID>> interfaceINestMapCfgManager<ID,SubID, Cfg extends INestMapCfg<ID, SubID>> interfaceISimpleMapCfgManager<ID,Cfg extends ISimpleMapCfg<ID>> Classes in org.qiunet.cfg.manager.base that implement ICfgManager -
Uses of ICfgManager in org.qiunet.cfg.manager.json
Classes in org.qiunet.cfg.manager.json that implement ICfgManagerModifier and TypeClassDescriptionclassNestListJsonCfgManager<ID,Cfg extends INestListCfg<ID>> Created by zhengj Date: 2019/6/6.classNestMapJsonCfgManager<ID,SubId, Cfg extends INestMapCfg<ID, SubId>> classSimpleMapJsonCfgManager<ID,Cfg extends ISimpleMapCfg<ID>>