![]() | InDesign SDK 20.5 |
#include <CLinkResourceStateProcessor.h>

Public Member Functions | |
| virtual void | ProcessPacket (AsyncWorkPacket *packet) |
Protected Member Functions | |
| virtual void | UpdateState (LinkResourceStatePacket &packet)=0 |
Pure virtual base implementation of AsyncWorkProcessor for link resource state and stamp updating via the AsyncWorkManager. Classes that want to update link resource states and stamps asynchronously by using the AsyncWorkManager should implement a processor class that inherits from the CLinkResourceStateProcessor class.
| virtual |
Called by the AsyncWorkManager to update a link resource's state and stamp.
| packet | [IN] Link resource state packet of type LinkResourceStatePacket. |
Implements AsyncWorkProcessor.
| protectedpure virtual |
Called in reponse to a ProcessPacket call to update the link resource's state and stamp.
| packet | [IN] Link resource state packet. |