OHOS::UIImageAnimatorView::AnimatorStopListener
Overview
Related Modules:
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) | virtual void Called when this animator stops. |
| operator new (size_t size) | void Overrides the new function. |
| operator delete (void p) | void Overrides the delete function. |
