crystalspace.jbind.impl.video.vbufmgr
Class csVertexBufferManagerClient
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.video.vbufmgr.csVertexBufferManagerClient
- All Implemented Interfaces:
- iBase, iJPointer, iPointer, iVertexBufferManagerClient
- public class csVertexBufferManagerClient
- extends csBase
- implements iVertexBufferManagerClient
- Author:
- Quentin Anciaux
Method Summary |
java.lang.String |
getName()
Return the name of the interface |
int |
getVersion()
Return the version of the interface |
protected boolean |
isNativePointerValidSafe(long pointer)
|
void |
managerClosing()
This method is called whenever the the buffers managed become invalid,
that is, the clients have to request a new buffer from the manager. |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
csVertexBufferManagerClient
public csVertexBufferManagerClient(iPointer nPointer)
- Parameters:
nPointer
-
getVersion
public int getVersion()
- Description copied from interface:
iBase
- Return the version of the interface
- Specified by:
getVersion
in interface iBase
- Specified by:
getVersion
in class csBase
- See Also:
iBase.getVersion()
getName
public java.lang.String getName()
- Description copied from interface:
iBase
- Return the name of the interface
- Specified by:
getName
in interface iBase
- Specified by:
getName
in class csBase
- See Also:
iBase.getName()
isNativePointerValidSafe
protected boolean isNativePointerValidSafe(long pointer)
- Specified by:
isNativePointerValidSafe
in class csNativeObject
- See Also:
csNativeObject.isNativePointerValidSafe(long)
managerClosing
public void managerClosing()
- Description copied from interface:
iVertexBufferManagerClient
- This method is called whenever the the buffers managed become invalid,
that is, the clients have to request a new buffer from the manager.
- Specified by:
managerClosing
in interface iVertexBufferManagerClient
- See Also:
iVertexBufferManagerClient.managerClosing()