Creating Custom Listeners
Product: Windchill
Release: 12.1.2.0
You can create a custom listener using a new method where you only need to create a Java class for the listener, and define methods for processing one or more events that will be handled by the listener. The compilation of your module is handled by the CCD tool.
Benefit
It is no longer necessary to author the service class when creating custom listeners.
Related Information
For more information, see Creating Custom Listeners.
Was this helpful?