commandNetworking
Class Communicator

java.lang.Object
  extended by commandNetworking.Communicator
Direct Known Subclasses:
Client, Server

public abstract class Communicator
extends java.lang.Object


Constructor Summary
Communicator()
           
 
Method Summary
 void Talk(Packet command)
          Sends a message from the communicator Empty method to ensure it can be called, but all communicators may overwrite this method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Communicator

public Communicator()
Method Detail

Talk

public void Talk(Packet command)
Sends a message from the communicator Empty method to ensure it can be called, but all communicators may overwrite this method

Parameters:
command -