Uses of Interface
org.jogre.common.comm.ITransmittableWithProps

Packages that use ITransmittableWithProps
org.jogre.common This package contains classes which are common to both a client or a server. 
org.jogre.common.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol. 
 

Uses of ITransmittableWithProps in org.jogre.common
 

Classes in org.jogre.common that implement ITransmittableWithProps
 class Table
          Server side data object which holds information on various tables and their current users etc.
 

Uses of ITransmittableWithProps in org.jogre.common.comm
 

Classes in org.jogre.common.comm that implement ITransmittableWithProps
 class CommNewTable
          Small communication object for requesting the creation of a new table.