public interface Closure
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
invoke(Closure.Buffer buffer) |
void invoke(Closure.Buffer buffer)
Copyright © 2016. All Rights Reserved.