crystalspace.jbind.interfaces.ivideo.vbufmgr
Interface iVertexBufferManagerClient

All Superinterfaces:
iJPointer
All Known Implementing Classes:
csVertexBufferManagerClient

public interface iVertexBufferManagerClient
extends iJPointer

Objects using services provided by the vertexbuffermanager can register with the manager to receive information about it current state, e.g. the manager tells its clients if he is going down, closes etc.

Author:
Java wrapper - Quentin Anciaux, c++ version - http://crystal.sourceforge.net/docs/online/pubapi/structiVertexBufferManagerClient.php

Method Summary
 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.
 

Method Detail

managerClosing

public 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.