com.visioglobe.libVisioDevKit
Class VgIAnimationCallback

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgReferenced
      extended by 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.


Field Summary
 
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced
swigCMemOwn, swigRefPtr
 
Constructor Summary
protected VgIAnimationCallback()
           
  VgIAnimationCallback(long cPtr, boolean cMemoryOwn)
          This class constructor is protected to force subclassing.
 
Method Summary
 void delete()
           
static long getCPtr(VgIAnimationCallback obj)
           
 void onFinish(VgAnimationRefPtr pAnimation)
          This pure virtual method will be called upon animation completion.
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 
Methods inherited from class com.visioglobe.libVisioDevKit.VgReferenced
finalize, getCPtr, getNbReferences, ref, unref
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VgIAnimationCallback

public VgIAnimationCallback(long cPtr,
                            boolean cMemoryOwn)
This class constructor is protected to force subclassing.


VgIAnimationCallback

protected VgIAnimationCallback()
Method Detail

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.

VisioDevKit 2.0, Visioglobe® 2013