Is there an "incident" equivalent to an activity listener?

I may have asked this question in a different form, but wanted to get an explicit answer.

Is there an equivalent to the activity listener, which fires at certain points in a process, for incidents?

I’m looking for something that does not require use of custom code or references that will fire a class whenever an incident happens.

Thanks.

Okay this is a side bar idea: You could create a process that checks every N minutes for your custom incident and executes a task. not the best, but just a idea that came to mind for you.

Thanks for the reply, Stephen. I’ve decided to write a separate class to handle retention of the incident stack trace and will require users to include it in try/catch blocks. I’m not sure this will cover the full range of stack traces, so we may just have to hope the rest will show up in the logs so we can extract them there.

Michael