examples.chat
Class ClientImpl

java.lang.Object
  extended by examples.chat.ClientImpl
All Implemented Interfaces:
Runnable

public class ClientImpl
extends Object
implements Runnable

A chat client.

Author:
Christophe Demarey.

Constructor Summary
ClientImpl()
           
 
Method Summary
 void run()
          Run method launching the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientImpl

public ClientImpl()
Method Detail

run

public final void run()
Run method launching the application.

Specified by:
run in interface Runnable


Copyright © 2011. All Rights Reserved.