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.

Field Summary
 Chat chatService
           
 
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
 

Field Detail

chatService

public Chat chatService
Constructor Detail

ClientImpl

public ClientImpl()
Method Detail

run

public void run()
Run method launching the application.

Specified by:
run in interface java.lang.Runnable


Copyright © 2010 OW2 Consortium. All Rights Reserved.