updateConstantMetaClass
public void updateConstantMetaClass(groovy.lang.MetaClassRegistryChangeEvent cmcu)
Called when the a constant MetaClass is updated. If the new MetaClass is null, then the MetaClass
is removed. Be careful, while this method is executed other updates may happen. If you want this
method thread safe, you have to take care of that by yourself.
- Specified by:
updateConstantMetaClass in interface groovy.lang.MetaClassRegistryChangeEventListener
- Parameters:
cmcu - - the change event