Exemple #1
0
        public override bool frameEnded(FrameEvent evt)
        {
            bool ret = (SwigDerivedClassHasMethod("frameEnded", swigMethodTypes2) ? BitesPINVOKE.ApplicationContextBase_frameEndedSwigExplicitApplicationContextBase(swigCPtr, FrameEvent.getCPtr(evt)) : BitesPINVOKE.ApplicationContextBase_frameEnded(swigCPtr, FrameEvent.getCPtr(evt)));

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