ConForM.CoopnTools.CoKer.CoalaMgr
Interface CoalaModuleObserver
- public interface CoalaModuleObserver
Coala module observer. This interface define observers, which are
notified by the coala manager when a coala module is changed.
notifyCoalaModuleChanged
public void notifyCoalaModuleChanged(java.lang.String moduleName,
CoalaModule module)
- Notification routine. This routine is called by the coala manager
- if the observer is registrated - each time the coala manager
decides that the source module is modified.
- Parameters:
moduleName
- the name of the coopn module.module
- the new associated module