|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Closure
Represents a native closure. A Closure is implemented by java code to act as a C function pointer.
Nested Class Summary | |
---|---|
static interface |
Closure.Buffer
An interface to the native callback parameter buffer. |
static interface |
Closure.Handle
A Handle is allocated by the ClosureManager , as a strong reference
to the native closure trampoline. |
Method Summary | |
---|---|
void |
invoke(Closure.Buffer buffer)
|
Method Detail |
---|
void invoke(Closure.Buffer buffer)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |