public interface Closure
Modifier and Type | Interface | 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 | Description |
---|---|---|
void |
invoke(Closure.Buffer buffer) |
void invoke(Closure.Buffer buffer)
Copyright © 2019. All rights reserved.