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. |
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 reclaimtag - A numeric tag for the receiver's use
Copyright © 2001 - 2006 Web3D Consortium