The Meta-Environment API

nl.cwi.sen1.modulemanager.model
Interface AttributeSetListener

All Known Implementing Classes:
ModuleManager

public interface AttributeSetListener


Method Summary
 void attributeSet(nl.cwi.sen1.moduleapi.types.ModuleId id, aterm.ATerm namespace, aterm.ATerm key, aterm.ATerm oldValue, aterm.ATerm newValue)
           
 

Method Detail

attributeSet

void attributeSet(nl.cwi.sen1.moduleapi.types.ModuleId id,
                  aterm.ATerm namespace,
                  aterm.ATerm key,
                  aterm.ATerm oldValue,
                  aterm.ATerm newValue)

The Meta-Environment API