OHOS::UITextureMapper::AnimatorStopListener

Overview

Related Modules:

Graphic

Description:

Represents a listener that contains a callback to be invoked when this animator stops.

Since:

1.0

Version:

1.0

Summary

Public Member Functions

Public Member Function Name Description
~AnimatorStopListener () virtual A destructor used to delete an AnimatorStopListener instance.
OnAnimatorStop (UIView &view)=0 virtual void Called when this animator stops. This is a pure virtual function, which needs your inheritance and implementation.
operator new (size_t size) void Overrides the new function.
operator delete (void p) void Overrides the delete function.