Package net.anotheria.asg.util.listener
Interface IModuleListener
-
- All Known Implementing Classes:
ModuleServiceImpl
public interface IModuleListenerA listener for module.- Version:
- $Id: $Id
- Author:
- dsilenko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmoduleLoaded(Module module)Called if module changed.
-
-
-
Method Detail
-
moduleLoaded
void moduleLoaded(Module module)
Called if module changed.- Parameters:
module- changed module.
-
-