C# 클래스 Sino.Droid.AppMsg.OutAnimationListener

상속: Java.Lang.Object, Animation.IAnimationListener
파일 보기 프로젝트 열기: CSharpCross/AppMsg

공개 메소드들

메소드 설명
OnAnimationEnd ( Android.Views.Animations.Animation animation ) : void
OnAnimationRepeat ( Android.Views.Animations.Animation animation ) : void
OnAnimationStart ( Android.Views.Animations.Animation animation ) : void
OutAnimationListener ( AppMsg appMsg ) : System

메소드 상세

OnAnimationEnd() 공개 메소드

public OnAnimationEnd ( Android.Views.Animations.Animation animation ) : void
animation Android.Views.Animations.Animation
리턴 void

OnAnimationRepeat() 공개 메소드

public OnAnimationRepeat ( Android.Views.Animations.Animation animation ) : void
animation Android.Views.Animations.Animation
리턴 void

OnAnimationStart() 공개 메소드

public OnAnimationStart ( Android.Views.Animations.Animation animation ) : void
animation Android.Views.Animations.Animation
리턴 void

OutAnimationListener() 공개 메소드

public OutAnimationListener ( AppMsg appMsg ) : System
appMsg AppMsg
리턴 System