ConForM.CoopnTools.CoKer.PackageMgr
Interface PackageModuleObserver
- public interface PackageModuleObserver
Package module observer. This interface define observers, which are
notified by the package manager when a package module is changed.
notifyPackageModuleChanged
public void notifyPackageModuleChanged(java.lang.String packageName,
PackageModule packageModule)
- Notification routine. This routine is called by the package manager
- if the file listener is registrated - each time the package manager
decides that the package module is modified.
- Parameters:
packageName
- the name of the package.module
- the new package module.