com.threerings.parlor.server
Interface ParlorProvider

All Superinterfaces:
InvocationProvider
All Known Implementing Classes:
ParlorManager

@Generated(value="com.threerings.presents.tools.GenServiceTask",
           comments="Derived from ParlorService.java.")
public interface ParlorProvider
extends InvocationProvider

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

cancel

void cancel(ClientObject caller,
            int arg1,
            InvocationService.InvocationListener arg2)
            throws InvocationException
Handles a ParlorService.cancel(int, com.threerings.presents.client.InvocationService.InvocationListener) request.

Throws:
InvocationException

invite

void invite(ClientObject caller,
            Name arg1,
            GameConfig arg2,
            ParlorService.InviteListener arg3)
            throws InvocationException
Handles a ParlorService.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.ParlorService.InviteListener) request.

Throws:
InvocationException

respond

void respond(ClientObject caller,
             int arg1,
             int arg2,
             Object arg3,
             InvocationService.InvocationListener arg4)
             throws InvocationException
Handles a ParlorService.respond(int, int, java.lang.Object, com.threerings.presents.client.InvocationService.InvocationListener) request.

Throws:
InvocationException

startSolitaire

void startSolitaire(ClientObject caller,
                    GameConfig arg1,
                    InvocationService.ConfirmListener arg2)
                    throws InvocationException
Handles a ParlorService.startSolitaire(com.threerings.parlor.game.data.GameConfig, com.threerings.presents.client.InvocationService.ConfirmListener) request.

Throws:
InvocationException