ConForM.CoopnTools.CoKer.CoopnMgr
Interface CoopnModuleObserver
- All Known Implementing Classes:
- ModuleTracker
- public interface CoopnModuleObserver
Coopn module observer. This interface define observers, which are
notified by the package manager when a package module is changed.
notifyCoopnModuleChanged
public void notifyCoopnModuleChanged(java.lang.String moduleName,
CoopnModule module)
- Notification routine. This routine is called by the coopn manager
- if the observer is registrated - each time the coopn manager
decides that the source module is modified.
- Parameters:
moduleName
- the name of the coopn module.module
- the new associated module