public class VgIAnimationCallback extends VgReferenced
Modifier and Type | Method and Description |
---|---|
void |
delete() |
void |
onFinish(VgAnimationRefPtr pAnimation)
This pure virtual method will be called upon animation completion.
|
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
getNbReferences, ref, unref
public void delete()
delete
in class VgReferenced
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void onFinish(VgAnimationRefPtr pAnimation)
pAnimation
- Pointer to the animation that just finished.