|
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 VRMLSoundStateListener
A listener for changes to the isActive, loop and pitch fields in a component node.
The listener does simple notifications of the component node that has changed. This listener is intended to be used by internal structural changes within the scene graph, not to the outside world such as scripting and EAI.s
| Method Summary | |
|---|---|
void |
soundStateChanged(VRMLNodeType node,
boolean isActive,
boolean loop,
float pitch,
double startTime)
Notification that the field from the node has changed. |
| Method Detail |
|---|
void soundStateChanged(VRMLNodeType node,
boolean isActive,
boolean loop,
float pitch,
double startTime)
node - The component node that changedisActive - The current value of the isActive fieldloop - The current value of the loop fieldpitch - The current value of the pitch fieldstartTime - The current value of the startTime field
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||