All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class InterfaceGraphique

java.lang.Object
    |
    +----.InterfaceGraphique

public class InterfaceGraphique
extends Object
implements Runnable, ActionListener
interface graphique qui est identique pour le client et le serveur


Constructor Index

 o InterfaceGraphique(Socket, String, BufferedReader, PrintWriter)

Method Index

 o actionPerformed(ActionEvent)
 o run()

Constructors

 o InterfaceGraphique
public InterfaceGraphique(Socket _soquette,
                          String lAdresse,
                          BufferedReader _in,
                          PrintWriter _out)

Methods

 o run
public void run()
 o actionPerformed
public void actionPerformed(ActionEvent evenement)

All Packages  Class Hierarchy  This Package  Previous  Next  Index