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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
changed(Module sender)
a module has detected that one or more of its resources (classes, jar...) has changed and should be reloaded.
-
-
-
Method Detail
-
changed
void changed(Module sender)
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
-
-