org.gscg.gameleader.interactionlayer.experiment
Class ExperimentParsingThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.gscg.gameleader.interactionlayer.experiment.ExperimentParsingThread
All Implemented Interfaces:
java.lang.Runnable

public class ExperimentParsingThread
extends java.lang.Thread

A ExperimentParsingThread

Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:34:06 $
Author:
Peter Jacobs

Field Summary
static nl.tudelft.simulation.event.EventType EXPERIMENT_PARSED_EVENT
          EXPERIMENT_PARSED_EVENT
protected  java.awt.Component parent
          the parent component
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ExperimentParsingThread(java.awt.Component parent, java.net.URL experiment)
          constructs a new ExperimentParsingThread
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXPERIMENT_PARSED_EVENT

public static final nl.tudelft.simulation.event.EventType EXPERIMENT_PARSED_EVENT
EXPERIMENT_PARSED_EVENT


parent

protected java.awt.Component parent
the parent component

Constructor Detail

ExperimentParsingThread

public ExperimentParsingThread(java.awt.Component parent,
                               java.net.URL experiment)
constructs a new ExperimentParsingThread

Parameters:
parent - the parent component
experiment - the experiment to parse
Method Detail

run

public void run()
See Also:
Runnable.run()


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.