grtree
Class TreeServer

java.lang.Object
  |
  +--grtree.TreeServer

public class TreeServer
extends java.lang.Object

A TreeServer listens for a connection from a client at a port (3333). It accepts any connection and then listens for a tree expression. When it hears a tree expression it parses the expression and constructs a tree, which it then puts in a TreeScrollFrame for viewing.

Version:
1
Author:
JRFisher@CSUPomona.edu

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

Constructor Detail

TreeServer

public TreeServer()
Method Detail

main

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