Package 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
Modifier and TypeMethodDescriptionvoid
Notification that event evaluation is about to start.void
Notification that event evaluation is about to start.
-
Method Details
-
preEventEvaluation
void preEventEvaluation()Notification that event evaluation is about to start. This is a safer time to modify the underlying rendering structures. -
postEventEvaluation
void postEventEvaluation()Notification that event evaluation is about to start. This is a safer time to modify the underlying rendering structures.
-