Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.scripting.external.buffer
Interface ExternalOutputBufferReclaimer


public interface ExternalOutputBufferReclaimer

ExternalOutputBufferReclaimer is used to reclaim ExternalOutputBuffer instances so that they may be reused for future event broadcasts.


Method Summary
 void reclaimEventOutBuffer(ExternalOutputBuffer buffer, int tag)
          Reclaim an ExternalOutputBuffer for reuse The purpose of the tag parameter is specific to the particular buffer reclaimer implementation but is likely to be used to identify where the buffer goes.
 

Method Detail

reclaimEventOutBuffer

void reclaimEventOutBuffer(ExternalOutputBuffer buffer,
                           int tag)
Reclaim an ExternalOutputBuffer for reuse The purpose of the tag parameter is specific to the particular buffer reclaimer implementation but is likely to be used to identify where the buffer goes.

Parameters:
buffer - The buffer to reclaim
tag - A numeric tag for the receiver's use

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium