public override bool frameRenderingQueued(FrameEvent evt) { bool ret = (SwigDerivedClassHasMethod("frameRenderingQueued", swigMethodTypes1) ? BitesPINVOKE.ApplicationContextBase_frameRenderingQueuedSwigExplicitApplicationContextBase(swigCPtr, FrameEvent.getCPtr(evt)) : BitesPINVOKE.ApplicationContextBase_frameRenderingQueued(swigCPtr, FrameEvent.getCPtr(evt))); if (BitesPINVOKE.SWIGPendingException.Pending) { throw BitesPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }