bp.unittest
Class Test1.Bt1

java.lang.Object
  extended by bp.BThread
      extended by bp.unittest.Test1.Bt1
Enclosing class:
Test1

static class Test1.Bt1
extends BThread


Field Summary
 
Fields inherited from class bp.BThread
interruptingEvents
 
Constructor Summary
Test1.Bt1()
           
 
Method Summary
 void runBThread()
          The function that implements the BThread.
 
Methods inherited from class bp.BThread
bpSync, startBThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test1.Bt1

Test1.Bt1()
Method Detail

runBThread

public void runBThread()
                throws java.lang.InterruptedException
Description copied from class: BThread
The function that implements the BThread. Subclasses of BThread should override this method.

Specified by:
runBThread in class BThread
Throws:
java.lang.InterruptedException