[Java] Interface MetaClassRegistryChangeEventListener
A listener called whenever a constant MetaClass is set, removed or replaced.
- Authors:
- Jochen Theodorou
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
updateConstantMetaClass(MetaClassRegistryChangeEvent cmcu) Called when the a constant MetaClass is updated. |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public void updateConstantMetaClass(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.
- Parameters:
-
cmcu
- - the change event
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/lang/MetaClassRegistryChangeEventListener.html