TSim
Class TSimFactory

java.lang.Object
  |
  +--TSim.TSimFactory

public class TSimFactory
extends java.lang.Object

Class that creates a new TSimInterface and starts it.


Constructor Summary
TSimFactory()
           
 
Method Summary
static TSimInterface getTSimInterface()
          Creates a new TSimInterface and starts a new thread that runs the data collecting part of the inteface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSimFactory

public TSimFactory()
Method Detail

getTSimInterface

public static TSimInterface getTSimInterface()
Creates a new TSimInterface and starts a new thread that runs the data collecting part of the inteface.
Returns:
a new TSimInterface.