New method sig to match auto-generated stuff
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@105 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -257,7 +257,7 @@ public class SceneDirector extends BasicDirector
|
|||||||
|
|
||||||
// documentation inherited from interface SceneService_SceneMoveListener
|
// documentation inherited from interface SceneService_SceneMoveListener
|
||||||
public function moveSucceededWithUpdates (
|
public function moveSucceededWithUpdates (
|
||||||
placeId :int, config :PlaceConfig, updates :TypedArray) :void
|
placeId :int, config :PlaceConfig, updates :Array) :void
|
||||||
{
|
{
|
||||||
log.info("Got updates [placeId=" + placeId + ", config=" + config +
|
log.info("Got updates [placeId=" + placeId + ", config=" + config +
|
||||||
", updates=" + updates + "].");
|
", updates=" + updates + "].");
|
||||||
|
|||||||
Reference in New Issue
Block a user