Xj3D 2.0 VRML/X3D Code API

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


public interface ExternalOutputBuffer

ExternalOutputBuffer are used in buffering the event data when sending updates to the user. Rather than have the EventAdapter have to know about the myriad eventOut types, it just deals with them as EventOut instances that happen to implement ExternalOutputBuffer.


Method Summary
 void initialize(VRMLNodeType srcNode, int fieldNumber)
          Initialize for a new field
 void loadOutputValue()
          Load the current value from the underlying implementation.
 void reset()
          Lose the stored value to save on references
 

Method Detail

initialize

void initialize(VRMLNodeType srcNode,
                int fieldNumber)
Initialize for a new field

Parameters:
srcNode - The underlying node which is associated with the event.
fieldNumber - The field of the underlying node.

loadOutputValue

void loadOutputValue()
Load the current value from the underlying implementation.


reset

void reset()
Lose the stored value to save on references


Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium