jug
Class Space1

java.lang.Object
  |
  +--jug.Space1

public class Space1
extends java.lang.Object

Represents simple "space" through which messages are transferred. (second doc line). Two strings are used for the transfer with one going from base to phone and the other from phone to base.


Constructor Summary
Space1()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Space1

public Space1()
Method Detail

main

public static void main(java.lang.String[] args)