Gesture callback function prototype.
#include <gestures/types.h>
typedef void(* gesture_callback_f)(struct gesture_base *gesture, mtouch_event_t *event, void *param, int async);
BlackBerry 10.0.0
This callback function is invoked every time a gesture changes state, with the exception of the transition from UNRECOGNIZED to FAILED.