com.visioglobe.libVisioDevKit
Class VgIAnimationCallback
java.lang.Object
com.visioglobe.libVisioDevKit.VgReferenced
com.visioglobe.libVisioDevKit.VgIAnimationCallback
public class VgIAnimationCallback
- extends VgReferenced
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.
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VgIAnimationCallback
public VgIAnimationCallback(long cPtr,
boolean cMemoryOwn)
- This class constructor is protected to force subclassing.
VgIAnimationCallback
protected VgIAnimationCallback()
getCPtr
public static long getCPtr(VgIAnimationCallback obj)
delete
public void delete()
- Overrides:
delete in class VgReferenced
swigDirectorDisconnect
protected void swigDirectorDisconnect()
swigReleaseOwnership
public void swigReleaseOwnership()
swigTakeOwnership
public void swigTakeOwnership()
onFinish
public void onFinish(VgAnimationRefPtr pAnimation)
- This pure virtual method will be called upon animation completion.
- Parameters:
pAnimation - Pointer to the animation that just finished.