com.valhalla.jbother
Class RegistrationForm.RegisterThread

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

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

Submits the registration information to the server

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) RegistrationForm.RegisterThread()
           
 
Method Summary
 void run()
          is 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.RegisterThread

RegistrationForm.RegisterThread()
Method Detail

run

public void run()
is called from the Thread enclosing this class

Specified by:
run in interface java.lang.Runnable