Package com.threerings.parlor.data

Interface Summary
ParlorCodes Contains codes used by the parlor invocation services.
TableLobbyObject This interface must be implemented by the place object used by a lobby that wishes to make use of the table services.
 

Class Summary
ChoiceParameter Models a parameter that allows the selection of one of a list of choices (specified as strings).
Parameter Defines a configuration parameter for a game.
ParlorMarshaller Provides the implementation of the ParlorService interface that marshalls the arguments and delivers the request to the provider on the server.
ParlorMarshaller.InviteMarshaller Marshalls results to implementations of ParlorService.InviteListener.
RangeParameter Models a parameter that can contain an integer value in a specified range.
Table This class represents a table that is being used to matchmake a game by the Parlor services.
TableConfig Table configuration parameters for a game that is to be matchmade using the table services.
TableMarshaller Provides the implementation of the TableService interface that marshalls the arguments and delivers the request to the provider on the server.
ToggleParameter Models a parameter that allows the toggling of a single value.