edu.ksu.cis.cadena.core
Class ModuleAdapterMaintainer

java.lang.Object
  extended by AdapterImpl
      extended by edu.ksu.cis.cadena.core.ParentStyleAdapter
          extended by edu.ksu.cis.cadena.core.ModuleAdapterMaintainer

public class ModuleAdapterMaintainer
extends ParentStyleAdapter

Author:
jesse TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ModuleAdapterMaintainer(Module module)
          Adds adapters to the style as specified by plugins.
 
Method Summary
 void notifyChanged(Notification msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleAdapterMaintainer

public ModuleAdapterMaintainer(Module module)
Adds adapters to the style as specified by plugins. Add's and removes adapters as the style's parents (and parents' parents) change.

Parameters:
style - The style to manage the adapters for.
Method Detail

notifyChanged

public void notifyChanged(Notification msg)
See Also:
org.eclipse.emf.common.notify.impl.AdapterImpl#notifyChanged(org.eclipse.emf.common.notify.Notification)