Uses of Interface
bluegammon.io.BackgammonConnection

Packages that use BackgammonConnection
bluegammon The bluegammon package contains static resources of the Bluegammon game. 
bluegammon.io The bluegammon.io package defines common behaviour for setting up a remote game, and contains one implementation of this using bluetooth. 
 

Uses of BackgammonConnection in bluegammon
 

Methods in bluegammon with parameters of type BackgammonConnection
static void Bluegammon.setBackgammonConnection(BackgammonConnection conn)
          Sets the connection used in remote game.
 

Uses of BackgammonConnection in bluegammon.io
 

Classes in bluegammon.io that implement BackgammonConnection
 class BackgammonBTConnection
          Implementation of the interface BackgammonConnection for bluetooth bearer.