public interface TableLobbyObject
| Modifier and Type | Method and Description |
|---|---|
void |
addToTables(Table table)
Adds the supplied table instance to the tables set (using the
appropriate distributed object mechanisms).
|
com.threerings.presents.dobj.DSet<Table> |
getTables()
Returns a reference to the distributed set instance that will be
holding the tables.
|
TableMarshaller |
getTableService()
Returns a reference to the table service configured in this object.
|
void |
removeFromTables(Comparable<?> key)
Removes the table instance that matches the specified key from the
tables set (using the appropriate distributed object mechanisms).
|
void |
setTableService(TableMarshaller service)
Configures the table service that clients should use to communicate table requests back to
the table manager handling these tables.
|
void |
updateTables(Table table)
Updates the value of the specified table instance in the tables
distributed set (using the appropriate distributed object
mechanisms).
|
com.threerings.presents.dobj.DSet<Table> getTables()
void addToTables(Table table)
void updateTables(Table table)
void removeFromTables(Comparable<?> key)
TableMarshaller getTableService()
void setTableService(TableMarshaller service)
Copyright © 2015. All rights reserved.