@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from SpotService.java.")
public interface SpotProvider
extends com.threerings.presents.server.InvocationProvider
SpotService.| Modifier and Type | Method and Description |
|---|---|
void |
changeLocation(com.threerings.presents.data.ClientObject caller,
int arg1,
Location arg2,
com.threerings.presents.client.InvocationService.ConfirmListener arg3)
|
void |
clusterSpeak(com.threerings.presents.data.ClientObject caller,
String arg1,
byte arg2)
Handles a
SpotService.clusterSpeak(java.lang.String, byte) request. |
void |
joinCluster(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2)
|
void |
traversePortal(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
int arg3,
SpotService.SpotSceneMoveListener arg4)
|
void changeLocation(com.threerings.presents.data.ClientObject caller,
int arg1,
Location arg2,
com.threerings.presents.client.InvocationService.ConfirmListener arg3)
throws com.threerings.presents.server.InvocationException
SpotService.changeLocation(int, com.threerings.whirled.spot.data.Location, com.threerings.presents.client.InvocationService.ConfirmListener) request.com.threerings.presents.server.InvocationExceptionvoid clusterSpeak(com.threerings.presents.data.ClientObject caller,
String arg1,
byte arg2)
SpotService.clusterSpeak(java.lang.String, byte) request.void joinCluster(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2)
throws com.threerings.presents.server.InvocationException
SpotService.joinCluster(int, com.threerings.presents.client.InvocationService.ConfirmListener) request.com.threerings.presents.server.InvocationExceptionvoid traversePortal(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
int arg3,
SpotService.SpotSceneMoveListener arg4)
throws com.threerings.presents.server.InvocationException
SpotService.traversePortal(int, int, int, com.threerings.whirled.spot.client.SpotService.SpotSceneMoveListener) request.com.threerings.presents.server.InvocationExceptionCopyright © 2015. All rights reserved.