-
Methods in org.robovm.apple.foundation with parameters of type NSPort
| Modifier and Type |
Method |
Description |
void |
NSRunLoop.addPort(String mode,
NSPort port) |
|
void |
NSRunLoop.addPort(NSRunLoopMode mode,
NSPort port) |
|
static NSObjectProtocol |
NSPort.Notifications.observeDidBecomeInvalid(NSPort object,
VoidBlock1<NSPort> block) |
|
void |
NSRunLoop.removePort(String mode,
NSPort port) |
|
void |
NSRunLoop.removePort(NSRunLoopMode mode,
NSPort port) |
|
boolean |
NSPort.send(NSDate limitDate,
long msgID,
NSMutableArray<?> components,
NSPort receivePort,
long headerSpaceReserved) |
|
boolean |
NSPort.send(NSDate limitDate,
NSMutableArray<?> components,
NSPort receivePort,
long headerSpaceReserved) |
|