edu.unima.ky.parallel
Class ExChatReader

java.lang.Object
  |
  +--edu.unima.ky.parallel.ExChatReader
All Implemented Interfaces:
java.lang.Runnable

class ExChatReader
extends java.lang.Object
implements java.lang.Runnable

chat reader


Constructor Summary
ExChatReader(edu.unima.ky.parallel.VirtualChannel c)
           
 
Method Summary
 void run()
          performs reading work
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExChatReader

public ExChatReader(edu.unima.ky.parallel.VirtualChannel c)
Method Detail

run

public void run()
performs reading work

Specified by:
run in interface java.lang.Runnable