Typedefs | |
| typedef BOOL(* | plactor_receive_filter_t )(id message, void *context) |
| A selective receive filter function. | |
| typedef BOOL(* plactor_receive_filter_t)(id message, void *context) |
A selective receive filter function.
Must return YES if the message matches the filter, or NO otherwise.
| message | Message to test. | |
| context | User-supplied context. |
1.5.5