QJCC homepage

biz.chitec.qdemo.util
Class ThreadInterfaceDemo

java.lang.Object
  extended bybiz.chitec.qdemo.util.ThreadInterfaceDemo

public class ThreadInterfaceDemo
extends java.lang.Object

Demonstration for the ThreadInterface class

Version:
$Id: 464b0ea02d129207ba9ac830c1a698928eb3caaf $
Author:
cantamen/Dirk Hillbrecht 2004. Distributed under the terms of the GNU LGPL.

Constructor Summary
ThreadInterfaceDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          main program for testing purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadInterfaceDemo

public ThreadInterfaceDemo()
Method Detail

main

public static void main(java.lang.String[] args)
main program for testing purposes.


QJCC homepage