Module java4ever.binding
Interface tc_response_handler_t.Function
- All Known Implementing Classes:
EverSdkContext
- Enclosing class:
tc_response_handler_t
public static interface tc_response_handler_t.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(int request_id, MemorySegment params_json, int response_type, boolean finished)
-
Method Details
-
apply
-