soccerclient.datamanager
Class Delete

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--soccerclient.datamanager.Delete
All Implemented Interfaces:
java.lang.Runnable

class Delete
extends java.lang.Thread

Überschrift:

Beschreibung:

Copyright: Copyright (c) 2002

Organisation:

Author:
unbekannt

Fields inherited from class java.lang.Thread
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals
 
Constructor Summary
Delete()
           
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, 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

Delete

public Delete()