marg.model
Class MRCClient

java.lang.Object
  extended by marg.model.AbstractModuleClient
      extended by marg.model.MRCClient
All Implemented Interfaces:
java.lang.Runnable, ModuleClient

public class MRCClient
extends AbstractModuleClient


Constructor Summary
MRCClient()
           
 
Method Summary
 void run()
           
 
Methods inherited from class marg.model.AbstractModuleClient
connect, disconnect, isConnected, sendCmd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MRCClient

public MRCClient()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class AbstractModuleClient