com.sun.enterprise.module
Interface ModuleChangeListener

All Known Subinterfaces:
ModulesRegistry
All Known Implementing Classes:
AbstractModulesRegistryImpl, AbstractOSGiModulesRegistryImpl, ClassPathBasedModulesRegistry, ModulesRegistryImpl, OSGiModulesRegistryImpl, OSGiObrModulesRegistryImpl, SingleModulesRegistry, StaticModulesRegistry

public interface ModuleChangeListener

Objects interested in monitoring module changes events should implement this interface

Author:
Jerome Dochez

Method Summary
 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



Copyright © 2013 Oracle Corporation. All Rights Reserved.