CMMN equivalent to BPMNParseListener?

I’m looking for an opportunity to add generic execution logic to lifecycle events of CMMN definitions. For BPMN, I can implement a BPMNParseListener. Is there a CMMN equivalent to that?

I just found CMMNTransformListener and DMNTransformListener, which is exactly what I was looking for.