<InitialRunnable>
Section:
Options
Required:
No
Value type:
Fully qualified Java class name
Default:
None
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
Defines a Runnable that is executed on startup of Creo Elements/Direct Model Manager and Creo Elements/Direct Drawing Manager. There must be a default constructor for the class. There may be multiple tags with this name; they will be executed in an undefined order.
Example
This example shows a valid configuration for the tag:
<InitialRunnable>com.acme.datamgmt.util.RunThis</InitialRunnable>
Was this helpful?