@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from ParlorService.java.")
public interface ParlorProvider
extends com.threerings.presents.server.InvocationProvider
ParlorService.| Modifier and Type | Method and Description |
|---|---|
void |
cancel(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
|
void |
invite(com.threerings.presents.data.ClientObject caller,
com.threerings.util.Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3)
|
void |
respond(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
Object arg3,
com.threerings.presents.client.InvocationService.InvocationListener arg4)
|
void |
startSolitaire(com.threerings.presents.data.ClientObject caller,
GameConfig arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2)
|
void cancel(com.threerings.presents.data.ClientObject caller,
int arg1,
com.threerings.presents.client.InvocationService.InvocationListener arg2)
throws com.threerings.presents.server.InvocationException
ParlorService.cancel(int, com.threerings.presents.client.InvocationService.InvocationListener) request.com.threerings.presents.server.InvocationExceptionvoid invite(com.threerings.presents.data.ClientObject caller,
com.threerings.util.Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3)
throws com.threerings.presents.server.InvocationException
ParlorService.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.ParlorService.InviteListener) request.com.threerings.presents.server.InvocationExceptionvoid respond(com.threerings.presents.data.ClientObject caller,
int arg1,
int arg2,
Object arg3,
com.threerings.presents.client.InvocationService.InvocationListener arg4)
throws com.threerings.presents.server.InvocationException
ParlorService.respond(int, int, java.lang.Object, com.threerings.presents.client.InvocationService.InvocationListener) request.com.threerings.presents.server.InvocationExceptionvoid startSolitaire(com.threerings.presents.data.ClientObject caller,
GameConfig arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2)
throws com.threerings.presents.server.InvocationException
ParlorService.startSolitaire(com.threerings.parlor.game.data.GameConfig, com.threerings.presents.client.InvocationService.ConfirmListener) request.com.threerings.presents.server.InvocationExceptionCopyright © 2015. All rights reserved.