org.argouml.application
Class PostLoad

java.lang.Object
  extended byorg.argouml.application.PostLoad
All Implemented Interfaces:
Runnable

class PostLoad
extends Object
implements Runnable


Field Summary
private static Logger LOG
          Logger.
private  Thread myThread
           
private  Vector postLoadActions
           
 
Constructor Summary
PostLoad(Vector v)
           
 
Method Summary
 void run()
           
 void setThread(Thread t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final Logger LOG
Logger.


postLoadActions

private Vector postLoadActions

myThread

private Thread myThread
Constructor Detail

PostLoad

public PostLoad(Vector v)
Method Detail

setThread

public void setThread(Thread t)

run

public void run()
Specified by:
run in interface Runnable


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook