How to capture revision event of WTObject?
问题 I am using Windchill 10.0 M030. I have created a windchill service that captures some actions. I am done with capturing the delete, checkin, and state change events, but I don't know how to capture the revision event of an object. Can someone help me out? Some example code snippets would be helpful. The events that are working fine are the following: public void notifyEvent(KeyedEvent event) throws RemoteException, WTException { if (event instanceof PersistenceManagerEvent) { notifyEvent(