Xj3D VRML/X3D Code API

org.web3d.browser
Interface EventModelStatusListener


public interface EventModelStatusListener

Notification about where the VRML/X3D Event Model is. This can be used to make safer changes to the underlying rendering structures. You must know what you are doing at this level. Remember that underlying structures may change between releases.

Version:
$Revision: 1.1 $
Author:
Alan Hudson

Method Summary
 void postEventEvaluation()
          Notification that event evaluation is about to start.
 void preEventEvaluation()
          Notification that event evaluation is about to start.
 

Method Detail

preEventEvaluation

public void preEventEvaluation()
Notification that event evaluation is about to start. This is a safer time to modify the underlying rendering structures.


postEventEvaluation

public void postEventEvaluation()
Notification that event evaluation is about to start. This is a safer time to modify the underlying rendering structures.


Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium