org.acm.seguin.summary.load
Class FlashLoader

java.lang.Object
  extended by org.acm.seguin.summary.FrameworkLoader
      extended by org.acm.seguin.summary.load.FlashLoader
All Implemented Interfaces:
java.lang.Runnable

public class FlashLoader
extends FrameworkLoader

Description of the Class

Author:
Chris Seguin

Constructor Summary
FlashLoader()
           
 
Method Summary
 void run()
          Main processing method for the FlashLoader object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashLoader

public FlashLoader()
Method Detail

run

public void run()
Main processing method for the FlashLoader object

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class FrameworkLoader