public interface VoidBooleanBlock
boolean argument and returns no value.
This is used to map the Objective-C void (^)(BOOL) block type.| Modifier and Type | Interface and Description |
|---|---|
static class |
VoidBooleanBlock.Callbacks |
static class |
VoidBooleanBlock.Marshaler |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(boolean v)
Runs this block.
|
Copyright © 2012-2015 RoboVM AB. All Rights Reserved.