<LoginCompleteListener>
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
This tag allows you to configure a custom login complete listener. Creo Elements/Direct Model Manager fires this event after the login completes and the Workspace appears.
For this value, use the fully qualified Java name of the class that implements the com.osm.event.ILoginCompleteListener interface.
Example
<LoginCompleteListener>com.acme.event.CustomLoginCompleteListener</LoginCompleteListener>
Was this helpful?