Uses of Interface
net.anotheria.asg.util.listener.IModuleListener
-
Packages that use IModuleListener Package Description net.anotheria.anodoc.service net.anotheria.anodoc.util -
-
Uses of IModuleListener in net.anotheria.anodoc.service
Classes in net.anotheria.anodoc.service that implement IModuleListener Modifier and Type Class Description classModuleServiceImplAn implementation of IModuleService for local usage, which supports local cache and synchronization over network.Methods in net.anotheria.anodoc.service with parameters of type IModuleListener Modifier and Type Method Description voidIModuleService. addModuleListener(java.lang.String moduleId, java.lang.String ownerId, IModuleListener aModuleListeners)Adds listener for module.voidIModuleStorage. addModuleListener(IModuleListener listener)Adds a module listener.voidModuleServiceImpl. addModuleListener(java.lang.String moduleId, java.lang.String ownerId, IModuleListener aModuleListeners)Adds listener for module.voidIModuleStorage. removeModuleListener(IModuleListener listener)Removes the module listener from the module storage. -
Uses of IModuleListener in net.anotheria.anodoc.util
Methods in net.anotheria.anodoc.util with parameters of type IModuleListener Modifier and Type Method Description voidCommonHashtableModuleStorage. addModuleListener(IModuleListener listener)Adds a module listener.voidCommonModuleStorageWrapper. addModuleListener(IModuleListener listener)Adds a module listener.voidStoragePlaceHolder. addModuleListener(IModuleListener listener)Adds a module listener.voidCommonHashtableModuleStorage. removeModuleListener(IModuleListener listener)Removes the module listener from the module storage.voidCommonModuleStorageWrapper. removeModuleListener(IModuleListener listener)Removes the module listener from the module storage.voidStoragePlaceHolder. removeModuleListener(IModuleListener listener)Removes the module listener from the module storage.
-