com.valhalla.jbother
Class NewAccountDialog.RegistrationThread

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

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

Sends the registration information to the server

Version:
1.0
Author:
Adam Olsen

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

Constructor Detail

NewAccountDialog.RegistrationThread

NewAccountDialog.RegistrationThread()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable