com.visioglobe.libVisioDevKit
Class VgIModuleManager
java.lang.Object
com.visioglobe.libVisioDevKit.VgIModuleManager
public class VgIModuleManager
- extends java.lang.Object
The VgIModuleManager interface allow to query modules from the Visioglobe SDK.
- Interface:
- VgApplication::VgIModuleManager
- Date:
- 25/02/2010
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
VgIModuleManager
public VgIModuleManager(long cPtr,
boolean cMemoryOwn)
getCPtr
public static long getCPtr(VgIModuleManager obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
queryModule
public VgIModule queryModule(java.lang.String pName)
- Queries a specific module.
- Parameters:
pName
- Identifier of the module to retrieve.