Regenerated with updated templates.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@87 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-10-04 20:48:15 +00:00
parent 5c1ac0f17d
commit d896041553
10 changed files with 65 additions and 63 deletions
@@ -39,7 +39,9 @@ import com.threerings.whirled.data.SceneUpdate;
public class SceneMarshaller extends InvocationMarshaller
implements SceneService
{
// documentation inherited
/**
* Marshalls results to implementations of {@link SceneMoveListener}.
*/
public static class SceneMoveMarshaller extends ListenerMarshaller
implements SceneMoveListener
{
@@ -47,7 +49,7 @@ public class SceneMarshaller extends InvocationMarshaller
* responses. */
public static final int MOVE_SUCCEEDED = 1;
// documentation inherited from interface
// from interface SceneMoveMarshaller
public void moveSucceeded (int arg1, PlaceConfig arg2)
{
_invId = null;
@@ -60,7 +62,7 @@ public class SceneMarshaller extends InvocationMarshaller
* responses. */
public static final int MOVE_SUCCEEDED_WITH_SCENE = 2;
// documentation inherited from interface
// from interface SceneMoveMarshaller
public void moveSucceededWithScene (int arg1, PlaceConfig arg2, SceneModel arg3)
{
_invId = null;
@@ -73,7 +75,7 @@ public class SceneMarshaller extends InvocationMarshaller
* responses. */
public static final int MOVE_SUCCEEDED_WITH_UPDATES = 3;
// documentation inherited from interface
// from interface SceneMoveMarshaller
public void moveSucceededWithUpdates (int arg1, PlaceConfig arg2, SceneUpdate[] arg3)
{
_invId = null;
@@ -82,7 +84,7 @@ public class SceneMarshaller extends InvocationMarshaller
new Object[] { Integer.valueOf(arg1), arg2, arg3 }));
}
// documentation inherited
@Override // from InvocationMarshaller
public void dispatchResponse (int methodId, Object[] args)
{
switch (methodId) {
@@ -111,7 +113,7 @@ public class SceneMarshaller extends InvocationMarshaller
/** The method id used to dispatch {@link #moveTo} requests. */
public static final int MOVE_TO = 1;
// documentation inherited from interface
// from interface SceneService
public void moveTo (Client arg1, int arg2, int arg3, SceneService.SceneMoveListener arg4)
{
SceneMarshaller.SceneMoveMarshaller listener4 = new SceneMarshaller.SceneMoveMarshaller();
@@ -120,5 +122,4 @@ public class SceneMarshaller extends InvocationMarshaller
Integer.valueOf(arg2), Integer.valueOf(arg3), listener4
});
}
}
@@ -43,7 +43,7 @@ public class SpotMarshaller extends InvocationMarshaller
/** The method id used to dispatch {@link #changeLocation} requests. */
public static final int CHANGE_LOCATION = 1;
// documentation inherited from interface
// from interface SpotService
public void changeLocation (Client arg1, int arg2, Location arg3, InvocationService.ConfirmListener arg4)
{
InvocationMarshaller.ConfirmMarshaller listener4 = new InvocationMarshaller.ConfirmMarshaller();
@@ -56,7 +56,7 @@ public class SpotMarshaller extends InvocationMarshaller
/** The method id used to dispatch {@link #clusterSpeak} requests. */
public static final int CLUSTER_SPEAK = 2;
// documentation inherited from interface
// from interface SpotService
public void clusterSpeak (Client arg1, String arg2, byte arg3)
{
sendRequest(arg1, CLUSTER_SPEAK, new Object[] {
@@ -67,7 +67,7 @@ public class SpotMarshaller extends InvocationMarshaller
/** The method id used to dispatch {@link #joinCluster} requests. */
public static final int JOIN_CLUSTER = 3;
// documentation inherited from interface
// from interface SpotService
public void joinCluster (Client arg1, int arg2, InvocationService.ConfirmListener arg3)
{
InvocationMarshaller.ConfirmMarshaller listener3 = new InvocationMarshaller.ConfirmMarshaller();
@@ -80,7 +80,7 @@ public class SpotMarshaller extends InvocationMarshaller
/** The method id used to dispatch {@link #traversePortal} requests. */
public static final int TRAVERSE_PORTAL = 4;
// documentation inherited from interface
// from interface SpotService
public void traversePortal (Client arg1, int arg2, int arg3, int arg4, SceneService.SceneMoveListener arg5)
{
SceneMarshaller.SceneMoveMarshaller listener5 = new SceneMarshaller.SceneMoveMarshaller();
@@ -89,5 +89,4 @@ public class SpotMarshaller extends InvocationMarshaller
Integer.valueOf(arg2), Integer.valueOf(arg3), Integer.valueOf(arg4), listener5
});
}
}
@@ -40,7 +40,9 @@ import com.threerings.whirled.zone.data.ZoneSummary;
public class ZoneMarshaller extends InvocationMarshaller
implements ZoneService
{
// documentation inherited
/**
* Marshalls results to implementations of {@link ZoneMoveListener}.
*/
public static class ZoneMoveMarshaller extends ListenerMarshaller
implements ZoneMoveListener
{
@@ -48,7 +50,7 @@ public class ZoneMarshaller extends InvocationMarshaller
* responses. */
public static final int MOVE_SUCCEEDED = 1;
// documentation inherited from interface
// from interface ZoneMoveMarshaller
public void moveSucceeded (int arg1, PlaceConfig arg2, ZoneSummary arg3)
{
_invId = null;
@@ -61,7 +63,7 @@ public class ZoneMarshaller extends InvocationMarshaller
* responses. */
public static final int MOVE_SUCCEEDED_WITH_SCENE = 2;
// documentation inherited from interface
// from interface ZoneMoveMarshaller
public void moveSucceededWithScene (int arg1, PlaceConfig arg2, ZoneSummary arg3, SceneModel arg4)
{
_invId = null;
@@ -74,7 +76,7 @@ public class ZoneMarshaller extends InvocationMarshaller
* responses. */
public static final int MOVE_SUCCEEDED_WITH_UPDATES = 3;
// documentation inherited from interface
// from interface ZoneMoveMarshaller
public void moveSucceededWithUpdates (int arg1, PlaceConfig arg2, ZoneSummary arg3, SceneUpdate[] arg4)
{
_invId = null;
@@ -83,7 +85,7 @@ public class ZoneMarshaller extends InvocationMarshaller
new Object[] { Integer.valueOf(arg1), arg2, arg3, arg4 }));
}
// documentation inherited
@Override // from InvocationMarshaller
public void dispatchResponse (int methodId, Object[] args)
{
switch (methodId) {
@@ -112,7 +114,7 @@ public class ZoneMarshaller extends InvocationMarshaller
/** The method id used to dispatch {@link #moveTo} requests. */
public static final int MOVE_TO = 1;
// documentation inherited from interface
// from interface ZoneService
public void moveTo (Client arg1, int arg2, int arg3, int arg4, ZoneService.ZoneMoveListener arg5)
{
ZoneMarshaller.ZoneMoveMarshaller listener5 = new ZoneMarshaller.ZoneMoveMarshaller();
@@ -121,5 +123,4 @@ public class ZoneMarshaller extends InvocationMarshaller
Integer.valueOf(arg2), Integer.valueOf(arg3), Integer.valueOf(arg4), listener5
});
}
}