Calling CFML Closures from Java

I am building an extension in which I need to send in a CFML closure into the Java class. I then need to execute that closure at a later time. Do you have samples on how to do this?