bp.unittest
Class HelloWorld.DisplayEvents

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

static class HelloWorld.DisplayEvents
extends BThread


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

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