C# Class Sino.Droid.AppMsg.OutAnimationListener

Inheritance: Java.Lang.Object, Animation.IAnimationListener
Afficher le fichier Open project: CSharpCross/AppMsg

Méthodes publiques

Méthode Description
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

Method Details

OnAnimationEnd() public méthode

public OnAnimationEnd ( Android.Views.Animations.Animation animation ) : void
animation Android.Views.Animations.Animation
Résultat void

OnAnimationRepeat() public méthode

public OnAnimationRepeat ( Android.Views.Animations.Animation animation ) : void
animation Android.Views.Animations.Animation
Résultat void

OnAnimationStart() public méthode

public OnAnimationStart ( Android.Views.Animations.Animation animation ) : void
animation Android.Views.Animations.Animation
Résultat void

OutAnimationListener() public méthode

public OutAnimationListener ( AppMsg appMsg ) : System
appMsg AppMsg
Résultat System