<AttributeValuesInitializedListener>
Section:
Options, Class
Required:
No
Value type:
Fully qualified Java class name
Default:
No default
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Configures a custom AttributeValuesInitialized listener class. The listener is called just after initAttributeValues.
The class definition overwrites the global definition in the Options section. That is, if a class has a listener configured and there is a AttributeValuesInitializedListener configured in the Options section, then the definition in the class is used.
Example
This example shows the configuration for a custom AttributeValuesInitializedListener:
<AttributeValuesInitializedListener>
com.osmext.biz.MyListener
</AttributeValuesInitializedListener>
Was this helpful?