|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void initialize(VRMLNodeType srcNode,
int fieldNumber)
srcNode - The underlying node which is associated with the event.fieldNumber - The field of the underlying node.void loadOutputValue()
void reset()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||