Skip to main content
1-Visitor
March 13, 2013
Question

Customization - Java app listen to CHECKIN_COMPLETED event

  • March 13, 2013
  • 3 replies
  • 867 views

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

1-Visitor
March 13, 2013

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



grocha1-VisitorAuthor
1-Visitor
March 13, 2013

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.”

1-Visitor
March 14, 2013
The customizer's guide shows an example listener program you can copy and
change for your needs. How to deploy is also discussed.