Class Fluss

Implemented Interfaces:
Runnable

public class Fluss
extends Applet
implements Runnable

Field Summary

private Thread
thread
private Thread
thread1
ThreadGroup
threadGroup
ThreadGroup
threadGroup1

Method Summary

void
init()
void
run()
void
start()
void
stop()

Field Details

thread

private Thread thread

thread1

private Thread thread1

threadGroup

public ThreadGroup threadGroup

threadGroup1

public ThreadGroup threadGroup1

Method Details

init

public void init()

run

public void run()

start

public void start()

stop

public void stop()