コード例 #1
0
        public override bool frameStarted(FrameEvent evt)
        {
            bool ret = (SwigDerivedClassHasMethod("frameStarted", swigMethodTypes0) ? BitesPINVOKE.ApplicationContextBase_frameStartedSwigExplicitApplicationContextBase(swigCPtr, FrameEvent.getCPtr(evt)) : BitesPINVOKE.ApplicationContextBase_frameStarted(swigCPtr, FrameEvent.getCPtr(evt)));

            if (BitesPINVOKE.SWIGPendingException.Pending)
            {
                throw BitesPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }