Class Irc

java.lang.Object
  |
  +--Irc

public class Irc
extends java.lang.Object

Cette classe est la classe principale constituant le programme client. Elle est composé d'une fonction main qui à pour rôle d'instancier l'interface graphique associée au client (IrcGui) ainsi qu'un objet gérant les communications avec le forum (IntervenantImpl).


Constructor Summary
Irc()
           
 
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

Irc

public Irc()
Method Detail

main

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