synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick
Class TransferController.CustomThread

java.lang.Object
  extended by synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick.TransferController.CustomThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TransferController

public class TransferController.CustomThread
extends java.lang.Object
implements java.lang.Runnable

The Class CustomThread.


Constructor Summary
TransferController.CustomThread(FlickMover fm, float[] thisArrivalLocationStats, VirtualTable vt)
          Instantiates a new custom thread.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferController.CustomThread

public TransferController.CustomThread(FlickMover fm,
                                       float[] thisArrivalLocationStats,
                                       VirtualTable vt)
Instantiates a new custom thread.

Parameters:
fm - the fm
thisArrivalLocationStats - the this arrival location stats
vt - the vt
Method Detail

run

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