cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Customization - Java app listen to CHECKIN_COMPLETED event

grocha
1-Newbie

Customization - Java app listen to CHECKIN_COMPLETED event

I want to perform some java actions at every checkin, does PTC offer some way to listen the CHECKIN_COMPLETED event to trigger those actions? I know the publisher does something like that and I want to do the same with java but I dont know how to do it...


Some guidance to start it would be greatly appreciated!




Warm Regards


Guilherme Rocha - Tech Consultant


PLM Solutions do Brasil



“A goal without a plan is just a wish.”

3 REPLIES 3

I guess you would be listening for "POST_CHECKIN" from WorkInProgressServiceEvent class. Check Windchill Java Doc at following link for this.


<windchill>/wt/clients/library/api/wt/vc/wip/WorkInProgressServiceEvent.html



grocha
1-Newbie
(To:grocha)

Thank you very much for your answer! I will research on that!


Warm Regards


Guilherme Rocha - Tech Consultant


PLM Solutions do Brasil



“A goal without a plan is just a wish.”

ddemay
1-Newbie
(To:grocha)

The customizer's guide shows an example listener program you can copy and
change for your needs. How to deploy is also discussed.




Top Tags