bp.unittest
Class HelloWorld.SayGoodEvening

java.lang.Object
  extended by bp.BThread
      extended by bp.unittest.HelloWorld.SayGoodEvening
Enclosing class:
HelloWorld

static class HelloWorld.SayGoodEvening
extends BThread


Field Summary
 
Fields inherited from class bp.BThread
interruptingEvents
 
Constructor Summary
HelloWorld.SayGoodEvening()
           
 
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

HelloWorld.SayGoodEvening

HelloWorld.SayGoodEvening()
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