Xj3D 2.0 VRML/X3D Code API

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

All Known Implementing Classes:
SAIRealizeNode

public interface ExternalEvent

A very simple event class for storage and queueing purposes. This class doesn't impose any requirements beyond the doEvent method.

External events from both the EAI and SAI systems implement this interface to get into the queuing system.


Method Summary
 void doEvent()
          Perform the event actions.
 boolean isConglomerating()
          Is the event conglomerating or non-conglomerating.
 

Method Detail

doEvent

void doEvent()
Perform the event actions.


isConglomerating

boolean isConglomerating()
Is the event conglomerating or non-conglomerating. Conglomerating events such as the set1Value calls build up in the event buffer.


Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium