public abstract class AbstractSceneMoveHandler extends Object implements SceneRegistry.ResolutionListener
| Constructor and Description |
|---|
AbstractSceneMoveHandler(com.threerings.crowd.server.LocationManager locman,
com.threerings.crowd.data.BodyObject body,
com.threerings.presents.client.InvocationService.InvocationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
sceneFailedToResolve(int sceneId,
Exception reason)
Called if some failure occurred in the scene resolution process.
|
void |
sceneWasResolved(SceneManager scmgr)
Called when the scene has been successfully resolved.
|
public AbstractSceneMoveHandler(com.threerings.crowd.server.LocationManager locman,
com.threerings.crowd.data.BodyObject body,
com.threerings.presents.client.InvocationService.InvocationListener listener)
public void sceneWasResolved(SceneManager scmgr)
SceneRegistry.ResolutionListenersceneWasResolved in interface SceneRegistry.ResolutionListenerpublic void sceneFailedToResolve(int sceneId,
Exception reason)
SceneRegistry.ResolutionListenersceneFailedToResolve in interface SceneRegistry.ResolutionListenerCopyright © 2015. All rights reserved.