|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from ParlorService.java.")
public interface ParlorProvider
Defines the server-side of the ParlorService.
| Method Summary | |
|---|---|
void |
cancel(ClientObject caller,
int arg1,
InvocationService.InvocationListener arg2)
Handles a ParlorService.cancel(int, com.threerings.presents.client.InvocationService.InvocationListener) request. |
void |
invite(ClientObject caller,
Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3)
Handles a ParlorService.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.ParlorService.InviteListener) request. |
void |
respond(ClientObject caller,
int arg1,
int arg2,
Object arg3,
InvocationService.InvocationListener arg4)
Handles a ParlorService.respond(int, int, java.lang.Object, com.threerings.presents.client.InvocationService.InvocationListener) request. |
void |
startSolitaire(ClientObject caller,
GameConfig arg1,
InvocationService.ConfirmListener arg2)
Handles a ParlorService.startSolitaire(com.threerings.parlor.game.data.GameConfig, com.threerings.presents.client.InvocationService.ConfirmListener) request. |
| Method Detail |
|---|
void cancel(ClientObject caller,
int arg1,
InvocationService.InvocationListener arg2)
throws InvocationException
ParlorService.cancel(int, com.threerings.presents.client.InvocationService.InvocationListener) request.
InvocationException
void invite(ClientObject caller,
Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3)
throws InvocationException
ParlorService.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.ParlorService.InviteListener) request.
InvocationException
void respond(ClientObject caller,
int arg1,
int arg2,
Object arg3,
InvocationService.InvocationListener arg4)
throws InvocationException
ParlorService.respond(int, int, java.lang.Object, com.threerings.presents.client.InvocationService.InvocationListener) request.
InvocationException
void startSolitaire(ClientObject caller,
GameConfig arg1,
InvocationService.ConfirmListener arg2)
throws InvocationException
ParlorService.startSolitaire(com.threerings.parlor.game.data.GameConfig, com.threerings.presents.client.InvocationService.ConfirmListener) request.
InvocationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||