Listener

interface Listener(source)

Notified of an Animator's events.

Functions

Link copied to clipboard
open fun canceled(animator: Animator, animations: Set<Animation<*>>)

Notifies that the given animations have been canceled.

Link copied to clipboard
open fun changed(animator: Animator, animations: Set<Animation<*>>)

Notifies that the values of the given animations have changed.

Link copied to clipboard
open fun completed(animator: Animator, animations: Set<Animation<*>>)

Notifies that the given animations completed.