examples.chat
Class ClientImpl

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

public class ClientImpl
extends java.lang.Object
implements java.lang.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 java.lang.Runnable


Copyright © 2010 OW2 Consortium. All Rights Reserved.