Output of DMN table set as Java class or delegate expression

Hi Team,

What I am trying to do is, I created on sequential Multi instance. Inside that I created one dmn table like this image

I am trying to iterate the loop and send value to dmn table. this is working fine.
But I want output of the dmn table should be a Java class or delegate expression
Because when dmn table satisfy the condition then some logic should execute in java class.