Searched refs:Object_notifyMID (Results 1 – 1 of 1) sorted by relevance
968 static jmethodID Object_notifyMID; variable998 if (Object_notifyMID == NULL) { in JNU_Notify()1003 Object_notifyMID = (*env)->GetMethodID(env, cls, "notify", "()V"); in JNU_Notify()1004 if (Object_notifyMID == NULL) { in JNU_Notify()1008 (*env)->CallVoidMethod(env, object, Object_notifyMID); in JNU_Notify()