ftcomputing
Class FishThread

java.lang.Object
  extended byjava.lang.Thread
      extended byftcomputing.FishThread
All Implemented Interfaces:
java.lang.Runnable

public abstract class FishThread
extends java.lang.Thread

Thread-Klasse zur Programmierung der FischerTechnik-Interfaces. Überschrift: ftSwing : Testrahmen package ftcomputing Beschreibung: Copyright: Copyright (c) 2001-2004 Organisation: U. Müller, D-33100 Paderborn, Lange Wenne 18

Version:
1.0
Author:
Ulrich Müller

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
FishThread(JavaFish ft)
           
 
Method Summary
abstract  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
 

Constructor Detail

FishThread

public FishThread(JavaFish ft)
Method Detail

run

public abstract void run()