com.valhalla.jbother
Class NewAccountDialog.GetRegistrationThread

java.lang.Object
  extended bycom.valhalla.jbother.NewAccountDialog.GetRegistrationThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
NewAccountDialog

class NewAccountDialog.GetRegistrationThread
extends java.lang.Object
implements java.lang.Runnable

Thread to get the required fields from the server. Also builds the dynamic registration form

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) NewAccountDialog.GetRegistrationThread()
           
 
Method Summary
 void run()
          Called by the enclosing thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewAccountDialog.GetRegistrationThread

NewAccountDialog.GetRegistrationThread()
Method Detail

run

public void run()
Called by the enclosing thread

Specified by:
run in interface java.lang.Runnable