Qore jni Module 2.3.1
Loading...
Searching...
No Matches
org.qore.jni.QoreClosureMarker Interface Reference

This marks a class that must have a call() method. More...

Inheritance diagram for org.qore.jni.QoreClosureMarker:
org.qore.jni.QoreClosureMarkerImpl org.qore.lang.LogCallback org.qore.lang.bulksqlutil.BulkRowCallback org.qore.lang.qunit.TestCode org.qore.lang.qunit.TestCodeArgs org.qore.lang.qunit.TestCondition org.qore.lang.qunit.TestConditionArgs org.qore.jni.QoreClosure

Detailed Description

This marks a class that must have a call() method.

The call() method can be declared with any argument and return types and will be called when this object is converted to a Qore closure and the closure is called


The documentation for this interface was generated from the following file: