Uses of Class
com.threerings.parlor.data.TableMarshaller

Packages that use TableMarshaller
com.threerings.micasa.lobby.table   
com.threerings.parlor.data   
 

Uses of TableMarshaller in com.threerings.micasa.lobby.table
 

Fields in com.threerings.micasa.lobby.table declared as TableMarshaller
 TableMarshaller TableLobbyObject.tableService
          Handles our table services.
 

Methods in com.threerings.micasa.lobby.table that return TableMarshaller
 TableMarshaller TableLobbyObject.getTableService()
           
 

Methods in com.threerings.micasa.lobby.table with parameters of type TableMarshaller
 void TableLobbyObject.setTableService(TableMarshaller value)
          Requests that the tableService field be set to the specified value.
 

Uses of TableMarshaller in com.threerings.parlor.data
 

Methods in com.threerings.parlor.data that return TableMarshaller
 TableMarshaller TableLobbyObject.getTableService()
          Returns a reference to the table service configured in this object.
 

Methods in com.threerings.parlor.data with parameters of type TableMarshaller
 void TableLobbyObject.setTableService(TableMarshaller service)
          Configures the table service that clients should use to communicate table requests back to the table manager handling these tables.
 



Copyright © 2011. All Rights Reserved.