diff options
author | paulby <[email protected]> | 2005-03-31 23:10:30 +0000 |
---|---|---|
committer | paulby <[email protected]> | 2005-03-31 23:10:30 +0000 |
commit | 6a4504426cc054b5e033ba4c2ed31d3ea8c959f4 (patch) | |
tree | 3e65418f57ce5b296cb1c5e64bf0a99867369fd4 /www/j3d1_4 | |
parent | 40d350b9b3fe451157b5f6d7a25e6886c2e046ce (diff) |
Update API description
Issue number:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@182 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4')
-rw-r--r-- | www/j3d1_4/graph-change-listener.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/www/j3d1_4/graph-change-listener.html b/www/j3d1_4/graph-change-listener.html index dc0df54..1ffc0ee 100644 --- a/www/j3d1_4/graph-change-listener.html +++ b/www/j3d1_4/graph-change-listener.html @@ -3,11 +3,11 @@ <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> - <title>Java 3D 1.4: Graph Change Listener</title> + <title>Java 3D 1.4: Graph Structure Change Listener</title> </head> <body> <h2>Java 3D<sup><font size="-2">TM</font></sup> 1.4: -Graph Change Listener</h2> +Graph Structure Change Listener</h2> <h3><span style="color: rgb(0, 153, 0);"><i>ROUGH DRAFT: This API is a Work in Progress</i></span></h3> <hr> @@ -15,10 +15,11 @@ is a Work in Progress</i></span></h3> notification mechansim for scene graph structure changes: additions, deletions, and moves of branch graphs to/from a live scene graph. We propose -adding <code>add/removeGraphChangeListener(</code><code>GraphChangeListener</code><code>)</code> -methods to <code>VirtualUniverse</code> and a new <code>GraphChangeListener</code> -interface with <code>graphAdded</code>, <code>graphRemoved</code>, -and <code>graphMoved</code> methods that get called when any branch +adding <code>add/removeGraphStructureChangeListener(</code><code>GraphStructureChangeListener</code><code>)</code> +methods to <code>VirtualUniverse</code> and a new <code>GraphStructureChangeListener</code> +interface with <code>branchGroupAdded</code>, <code>branchGroup</code><code>Removed</code>, +and <code>branchGroup</code><code>Moved</code> methods that get called +when any branch graph is added (attached), removed (detached), or moved, respectively. </p> |