All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ServeurLit

java.lang.Object
    |
    +----.ServeurLit

public class ServeurLit
extends Object
implements Runnable
classe qui s'occupe de regarder la TextArea editable pour transmettre les modification a l'autre personne.


Constructor Index

 o ServeurLit(PrintWriter, TextArea)

Method Index

 o run()
 o stop()

Constructors

 o ServeurLit
public ServeurLit(PrintWriter _out,
                  TextArea _textOut)

Methods

 o run
public void run()
 o stop
public void stop()

All Packages  Class Hierarchy  This Package  Previous  Next  Index