Class negotiator

Class negotiator

Object
   |
   +----Thread
           |
           +----negotiator

public class negotiator
extends Thread

Constructor Index

 o negotiator(JTalkGUI, boolean)

Method Index

 o run()

Constructors

 o negotiator
public negotiator(JTalkGUI parent,
                  boolean DEBUG)

Methods

 o run
public void run()
Overrides:
run in class Thread