Regenerated services and objects.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@690 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -28,7 +28,7 @@ import com.threerings.whirled.client.SceneService;
|
||||
import com.threerings.whirled.client.SceneService_SceneMoveListener;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the {@link SceneService} interface
|
||||
* Provides the implementation of the <code>SceneService</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
* on the server. Also provides an implementation of the response listener
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
@@ -37,7 +37,7 @@ import com.threerings.whirled.client.SceneService_SceneMoveListener;
|
||||
public class SceneMarshaller extends InvocationMarshaller
|
||||
implements SceneService
|
||||
{
|
||||
/** The method id used to dispatch {@link #moveTo} requests. */
|
||||
/** The method id used to dispatch <code>moveTo</code> requests. */
|
||||
public static const MOVE_TO :int = 1;
|
||||
|
||||
// from interface SceneService
|
||||
|
||||
@@ -32,16 +32,16 @@ import com.threerings.whirled.client.SceneService_SceneMoveListener;
|
||||
public class SceneMarshaller_SceneMoveMarshaller
|
||||
extends InvocationMarshaller_ListenerMarshaller
|
||||
{
|
||||
/** The method id used to dispatch {@link #moveRequiresServerSwitch} responses. */
|
||||
/** The method id used to dispatch <code>moveRequiresServerSwitch</code> responses. */
|
||||
public static const MOVE_REQUIRES_SERVER_SWITCH :int = 1;
|
||||
|
||||
/** The method id used to dispatch {@link #moveSucceeded} responses. */
|
||||
/** The method id used to dispatch <code>moveSucceeded</code> responses. */
|
||||
public static const MOVE_SUCCEEDED :int = 2;
|
||||
|
||||
/** The method id used to dispatch {@link #moveSucceededWithScene} responses. */
|
||||
/** The method id used to dispatch <code>moveSucceededWithScene</code> responses. */
|
||||
public static const MOVE_SUCCEEDED_WITH_SCENE :int = 3;
|
||||
|
||||
/** The method id used to dispatch {@link #moveSucceededWithUpdates} responses. */
|
||||
/** The method id used to dispatch <code>moveSucceededWithUpdates</code> responses. */
|
||||
public static const MOVE_SUCCEEDED_WITH_UPDATES :int = 4;
|
||||
|
||||
// from InvocationMarshaller_ListenerMarshaller
|
||||
|
||||
@@ -32,7 +32,7 @@ import com.threerings.whirled.data.SceneMarshaller_SceneMoveMarshaller;
|
||||
import com.threerings.whirled.spot.client.SpotService;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the {@link SpotService} interface
|
||||
* Provides the implementation of the <code>SpotService</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
* on the server. Also provides an implementation of the response listener
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
@@ -41,7 +41,7 @@ import com.threerings.whirled.spot.client.SpotService;
|
||||
public class SpotMarshaller extends InvocationMarshaller
|
||||
implements SpotService
|
||||
{
|
||||
/** The method id used to dispatch {@link #changeLocation} requests. */
|
||||
/** The method id used to dispatch <code>changeLocation</code> requests. */
|
||||
public static const CHANGE_LOCATION :int = 1;
|
||||
|
||||
// from interface SpotService
|
||||
@@ -54,7 +54,7 @@ public class SpotMarshaller extends InvocationMarshaller
|
||||
]);
|
||||
}
|
||||
|
||||
/** The method id used to dispatch {@link #clusterSpeak} requests. */
|
||||
/** The method id used to dispatch <code>clusterSpeak</code> requests. */
|
||||
public static const CLUSTER_SPEAK :int = 2;
|
||||
|
||||
// from interface SpotService
|
||||
@@ -65,7 +65,7 @@ public class SpotMarshaller extends InvocationMarshaller
|
||||
]);
|
||||
}
|
||||
|
||||
/** The method id used to dispatch {@link #joinCluster} requests. */
|
||||
/** The method id used to dispatch <code>joinCluster</code> requests. */
|
||||
public static const JOIN_CLUSTER :int = 3;
|
||||
|
||||
// from interface SpotService
|
||||
@@ -78,7 +78,7 @@ public class SpotMarshaller extends InvocationMarshaller
|
||||
]);
|
||||
}
|
||||
|
||||
/** The method id used to dispatch {@link #traversePortal} requests. */
|
||||
/** The method id used to dispatch <code>traversePortal</code> requests. */
|
||||
public static const TRAVERSE_PORTAL :int = 4;
|
||||
|
||||
// from interface SpotService
|
||||
|
||||
@@ -28,7 +28,7 @@ import com.threerings.whirled.zone.client.ZoneService;
|
||||
import com.threerings.whirled.zone.client.ZoneService_ZoneMoveListener;
|
||||
|
||||
/**
|
||||
* Provides the implementation of the {@link ZoneService} interface
|
||||
* Provides the implementation of the <code>ZoneService</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
* on the server. Also provides an implementation of the response listener
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
@@ -37,7 +37,7 @@ import com.threerings.whirled.zone.client.ZoneService_ZoneMoveListener;
|
||||
public class ZoneMarshaller extends InvocationMarshaller
|
||||
implements ZoneService
|
||||
{
|
||||
/** The method id used to dispatch {@link #moveTo} requests. */
|
||||
/** The method id used to dispatch <code>moveTo</code> requests. */
|
||||
public static const MOVE_TO :int = 1;
|
||||
|
||||
// from interface ZoneService
|
||||
|
||||
@@ -33,13 +33,13 @@ import com.threerings.whirled.zone.client.ZoneService_ZoneMoveListener;
|
||||
public class ZoneMarshaller_ZoneMoveMarshaller
|
||||
extends InvocationMarshaller_ListenerMarshaller
|
||||
{
|
||||
/** The method id used to dispatch {@link #moveSucceeded} responses. */
|
||||
/** The method id used to dispatch <code>moveSucceeded</code> responses. */
|
||||
public static const MOVE_SUCCEEDED :int = 1;
|
||||
|
||||
/** The method id used to dispatch {@link #moveSucceededWithScene} responses. */
|
||||
/** The method id used to dispatch <code>moveSucceededWithScene</code> responses. */
|
||||
public static const MOVE_SUCCEEDED_WITH_SCENE :int = 2;
|
||||
|
||||
/** The method id used to dispatch {@link #moveSucceededWithUpdates} responses. */
|
||||
/** The method id used to dispatch <code>moveSucceededWithUpdates</code> responses. */
|
||||
public static const MOVE_SUCCEEDED_WITH_UPDATES :int = 3;
|
||||
|
||||
// from InvocationMarshaller_ListenerMarshaller
|
||||
|
||||
Reference in New Issue
Block a user