The scene director is the client's interface to all things scene related. It interfaces with the scene repository to ensure that scene objects are available when the client enters a particular scene. It handles moving from scene to scene (it coordinates with the {@link LocationDirector}in order to do this).
Note that when the scene director is in use instead of the location director, scene ids instead of place oids will be supplied to {@link LocationObserver#locationMayChange} and {@link LocationObserver#locationChangeFailed}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.