ConForM.CoopnTools.CoKer.AspectMgr
Interface AspectModuleObserver
- public interface AspectModuleObserver
Aspect module observer. This interface define observers, which are
notified by the aspect manager when a package module is changed.
notifyAspectModuleChanged
public void notifyAspectModuleChanged(java.lang.String aspectName)
- Notification routine. This routine is called by the aspect manager
- if the file listener is registrated - each time the aspect manager
decides that the aspect module is modified.
- Parameters:
aspectName
- the name of the aspect module.