com.valhalla.jbother
Class RegistrationForm.GetRegistrationFormThread

java.lang.Object
  extended bycom.valhalla.jbother.RegistrationForm.GetRegistrationFormThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
RegistrationForm

class RegistrationForm.GetRegistrationFormThread
extends java.lang.Object
implements java.lang.Runnable

Contacts the registration server and finds out what fields need to be sent back in order to register for the server

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) RegistrationForm.GetRegistrationFormThread()
           
 
Method Summary
 void run()
          Called from the Thread enclosing this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationForm.GetRegistrationFormThread

RegistrationForm.GetRegistrationFormThread()
Method Detail

run

public void run()
Called from the Thread enclosing this class

Specified by:
run in interface java.lang.Runnable