PAGImageViewListener Protocol Reference

Conforms to NSObject
Declared in PAGImageView.h

– onAnimationStart:

Notifies the beginning of the animation. It can be called from either the UI thread or the thread that calls the play method.

- (void)onAnimationStart:(PAGImageView *)pagView

Declared In

PAGImageView.h

– onAnimationEnd:

Notifies the end of the animation. It can only be called from the UI thread.

- (void)onAnimationEnd:(PAGImageView *)pagView

Declared In

PAGImageView.h

– onAnimationCancel:

Notifies the cancellation of the animation. It can be called from either the UI thread or the thread that calls the stop method.

- (void)onAnimationCancel:(PAGImageView *)pagView

Declared In

PAGImageView.h

– onAnimationRepeat:

Notifies the repetition of the animation. It can only be called from the UI thread.

- (void)onAnimationRepeat:(PAGImageView *)pagView

Declared In

PAGImageView.h

– onAnimationUpdate:

Notifies another frame of the animation has occurred. It may be called from an arbitrary thread if the animation is running asynchronously.

- (void)onAnimationUpdate:(PAGImageView *)pagView

Declared In

PAGImageView.h