DMN parse listener

Are there any similar service like AbstractBpmnParseListener for dmn table? I have found only DmnTransformListener, but there is no information about deploymentId in argument of this methods.
I want to use logic AbstractBpmnParseListener for dmn table - while i deploy new dmn tables in camunda i want to save deploymentId of this table.
Thanks!