Move SceneProvider stuff into the SceneRegistry as all the cool kids use the

new pattern of having a Provider interface which is implemented by a Manager or
other server-side entity.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@358 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-07-13 23:48:42 +00:00
parent 5fbf4e17da
commit 5015ec26c2
5 changed files with 157 additions and 186 deletions
@@ -159,8 +159,7 @@ public class SpotProvider
try {
// move to the place object associated with this scene
_screg.sceneprov.effectSceneMove(
source, destmgr, sceneVer, listener);
_screg.effectSceneMove(source, destmgr, sceneVer, listener);
} catch (InvocationException sfe) {
listener.requestFailed(sfe.getMessage());
// and let the destination scene manager know that we're no