Table of Contents

Class Animation.AnimationListener

Namespace
Android.View.Animation
Assembly
MASES.Netdroid.dll
public class Animation.AnimationListener : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<JVMBridgeListener>
JVMBridgeListener
Animation.AnimationListener
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeListener.Dispose()
JVMBridgeListener.AutoInit
JVMBridgeListener.IsBridgeStatic
JVMBridgeListener.IsBridgeCloseable
JVMBridgeListener.IsBridgeListener
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom(IJavaType)
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom<T>()
JVMBridgeBase<JVMBridgeListener>.Execute<T>(params T[])
JVMBridgeBase<JVMBridgeListener>.DynBridgeClazz
JVMBridgeBase<JVMBridgeListener>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeInterface
JVMBridgeBase.IsBridgeAbstract
Extension Methods

Constructors

AnimationListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public AnimationListener()

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

OnOnAnimationEnd

public Action<Animation> OnOnAnimationEnd { get; set; }

Property Value

Action<Animation>

Remarks

If OnOnAnimationEnd has a value it takes precedence over corresponding class method

OnOnAnimationRepeat

public Action<Animation> OnOnAnimationRepeat { get; set; }

Property Value

Action<Animation>

Remarks

If OnOnAnimationRepeat has a value it takes precedence over corresponding class method

OnOnAnimationStart

public Action<Animation> OnOnAnimationStart { get; set; }

Property Value

Action<Animation>

Remarks

If OnOnAnimationStart has a value it takes precedence over corresponding class method

Methods

InitializeHandlers()

Handlers initializer for Animation.AnimationListener

protected virtual void InitializeHandlers()

OnAnimationEnd(Animation)

public virtual void OnAnimationEnd(Animation arg0)

Parameters

arg0 Animation

Animation

OnAnimationRepeat(Animation)

public virtual void OnAnimationRepeat(Animation arg0)

Parameters

arg0 Animation

Animation

OnAnimationStart(Animation)

public virtual void OnAnimationStart(Animation arg0)

Parameters

arg0 Animation

Animation