// PUBLIC STATIC // PRIVATE // PRIVATE STATIC //-------------------------------------- // Methods //-------------------------------------- /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// /// CONSTRUCTOR / DESTRUCTOR /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// ///<summary> /// Constructor ///</summary> public AnimationMonitorEventVO(AnimationMonitorEventType aUIAnimationMonitorEventType, AnimationMonitorRequestVO aanimationMonitorRequestVO) { animationMonitorEventType = aUIAnimationMonitorEventType; animationMonitorRequestVO = aanimationMonitorRequestVO; }
// PUBLIC STATIC // PRIVATE // PRIVATE STATIC //-------------------------------------- // Methods //-------------------------------------- /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// /// CONSTRUCTOR / DESTRUCTOR /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////// ///<summary> /// Constructor ///</summary> public AnimationMonitorEventVO (AnimationMonitorEventType aUIAnimationMonitorEventType, AnimationMonitorRequestVO aanimationMonitorRequestVO ) { animationMonitorEventType = aUIAnimationMonitorEventType; animationMonitorRequestVO = aanimationMonitorRequestVO; }