|
VisioMove SDK (Android)
2.1.22
|

Public Member Functions | |
| void | swigReleaseOwnership () |
| void | swigTakeOwnership () |
| void | onFinish (VgAnimationRefPtr pAnimation) |
Public Member Functions inherited from VgReferenced | |
| synchronized void | release () |
| VgReferenced () | |
| VgReferenced (VgReferenced pThis) | |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
This class defines the interface for animation call backs. To be used, this class must be derived in custom application provided classes that overload the onFinish method.
| void VgIAnimationCallback.onFinish | ( | VgAnimationRefPtr | pAnimation | ) |
This pure virtual method will be called upon animation completion.
| pAnimation | Pointer to the animation that just finished. |
| void VgIAnimationCallback.swigReleaseOwnership | ( | ) |
| void VgIAnimationCallback.swigTakeOwnership | ( | ) |