There is nothing in the CMIS spec to support this natively. The Alfresco repository supports this through custom behaviors, however.
Alternatively, you could write your own "subscription" logic in your desktop app and perhaps use changesets to ask the CMIS repository what has changed and compare that list to the list of subscribed-to nodes, then fire the alert yourself.