|
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 RouteHandler
Receiver of notifications from the VRML document about node declaration information.
| Method Summary | |
|---|---|
void |
routeDecl(java.lang.String srcNode,
java.lang.String srcField,
java.lang.String destNode,
java.lang.String destField)
Notification of a ROUTE declaration in the file. |
| Method Detail |
|---|
void routeDecl(java.lang.String srcNode,
java.lang.String srcField,
java.lang.String destNode,
java.lang.String destField)
throws SAVException,
VRMLException
srcNode - The name of the DEF of the source nodesrcField - The name of the field to route values fromdestNode - The name of the DEF of the destination nodedestField - The name of the field to route values to
SAVException - This call is taken at the wrong time in the
structure of the document.
VRMLException
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||