Package com.sun.enterprise.module
Interface ModuleChangeListener
- All Known Subinterfaces:
ModulesRegistry
- All Known Implementing Classes:
AbstractModulesRegistryImpl
,ClassPathBasedModulesRegistry
,ModulesRegistryImpl
,SingleModulesRegistry
,StaticModulesRegistry
public interface ModuleChangeListener
Objects interested in monitoring module changes events should implement
this interface
-
Method Summary
-
Method Details
-
changed
a module has detected that one or more of its resources (classes, jar...) has changed and should be reloaded. Listener of this even should do necessary steps to insure upgrade of the module
-