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

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

How to listen to event while moving object from one container to another using move action?

KS_9713081
2-Explorer

How to listen to event while moving object from one container to another using move action?

 

 

 

 

 

ACCEPTED SOLUTION

Accepted Solutions

I'm not sure but I would guess:

wt.inf.container.WTContainerMoveEvent

with  PRE_MOVE and POST_MOVE

 

View solution in original post

4 REPLIES 4
TDT
14-Alexandrite
14-Alexandrite
(To:KS_9713081)

Hi @KS_9713081 ,

 

Update the following properties in wt.properties file to generate events log/information when move action is performed.

wt.services.verbose=true

wt.services.verboseEvents=true

I'm not sure but I would guess:

wt.inf.container.WTContainerMoveEvent

with  PRE_MOVE and POST_MOVE

 

Hi....Thank you ..It works for me

Hello,

I also need to configure WTContainerMoveEvent.POST_MOVE, can you share the code snippet, which interface to implement and method to call like notifyVetoableMultiObjectEvent. Thanks

Announcements

Top Tags