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

    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 Details

    • 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