Uses of Class
packetNetworking.Communicator

Packages that use Communicator
mediaplayer   
packetNetworking   
 

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.
 

Uses of Communicator in packetNetworking
 

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

Constructors in packetNetworking 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