net.sf.bloof
Class OpenProject

java.lang.Object
  |
  +--net.sf.bloof.OpenProject
All Implemented Interfaces:
java.lang.Runnable

public class OpenProject
extends java.lang.Object
implements java.lang.Runnable

Opens an existing project

Version:
$Id: OpenProject.java,v 1.1 2003/09/06 08:35:06 pekacki Exp $
Author:
Lukasz Pekacki

Constructor Summary
OpenProject(DbAccess aDb)
          Constructs a ImportProject class
 
Method Summary
 void run()
          Starts the import
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenProject

public OpenProject(DbAccess aDb)
Constructs a ImportProject class

Parameters:
aDb - database object
Method Detail

run

public void run()
Starts the import

Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run( )


Copyright © 2003 bloof@Sourceforge. All Rights Reserved.