Searched refs:Object_notifyMID (Results 1 – 1 of 1) sorted by relevance
966 static jmethodID Object_notifyMID; variable996 if (Object_notifyMID == NULL) { in JNU_Notify()1001 Object_notifyMID = (*env)->GetMethodID(env, cls, "notify", "()V"); in JNU_Notify()1002 if (Object_notifyMID == NULL) { in JNU_Notify()1006 (*env)->CallVoidMethod(env, object, Object_notifyMID); in JNU_Notify()