Uses of Class
commandNetworking.Communicator

Packages that use Communicator
commandNetworking   
mediaplayer   
 

Uses of Communicator in commandNetworking
 

Subclasses of Communicator in commandNetworking
 class Client
          Client class.
 class Server
          Server class.
 

Constructors in commandNetworking with parameters of type Communicator
MessageListenerThread(Communicator com)
          A simple constructor that assigns a communicator to the thread, index is set to zero
MessageListenerThread(Communicator com, int index)
          Another simple constructor, this also sets a given index
 

Uses of Communicator in mediaplayer
 

Subclasses of Communicator in mediaplayer
 class Main
          This class maintains the basic functions of the control suite This includes arranging of items, trials, maintaining a playlist and more.