@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from TableService.java.")
public interface TableProvider
extends com.threerings.presents.server.InvocationProvider
TableService.| Modifier and Type | Method and Description |
|---|---|
void |
bootPlayer(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.util.Name arg2,
com.threerings.presents.client.InvocationService.InvocationListener arg3)
|
void |
createTable(com.threerings.presents.data.ClientObject caller,
TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3)
|
void |
joinTable(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
com.threerings.presents.client.InvocationService.InvocationListener arg3)
|
void |
leaveTable(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
|
void |
startTableNow(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
|
void bootPlayer(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.util.Name arg2,
com.threerings.presents.client.InvocationService.InvocationListener arg3)
throws com.threerings.presents.server.InvocationException
TableService.bootPlayer(int, com.threerings.util.Name, com.threerings.presents.client.InvocationService.InvocationListener) request.com.threerings.presents.server.InvocationExceptionvoid createTable(com.threerings.presents.data.ClientObject caller,
TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3)
throws com.threerings.presents.server.InvocationException
com.threerings.presents.server.InvocationExceptionvoid joinTable(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
com.threerings.presents.client.InvocationService.InvocationListener arg3)
throws com.threerings.presents.server.InvocationException
TableService.joinTable(int, int, com.threerings.presents.client.InvocationService.InvocationListener) request.com.threerings.presents.server.InvocationExceptionvoid leaveTable(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
throws com.threerings.presents.server.InvocationException
TableService.leaveTable(int, com.threerings.presents.client.InvocationService.InvocationListener) request.com.threerings.presents.server.InvocationExceptionvoid startTableNow(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
throws com.threerings.presents.server.InvocationException
TableService.startTableNow(int, com.threerings.presents.client.InvocationService.InvocationListener) request.com.threerings.presents.server.InvocationExceptionCopyright © 2015. All rights reserved.