|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcommandNetworking.Communicator
public abstract class Communicator
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 |
---|
public Communicator()
Method Detail |
---|
public void Talk(Packet command)
command
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |