com.valhalla.jbother
Class ChangePasswordDialog.PasswordChangeThread

java.lang.Object
  extended bycom.valhalla.jbother.ChangePasswordDialog.PasswordChangeThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ChangePasswordDialog

class ChangePasswordDialog.PasswordChangeThread
extends java.lang.Object
implements java.lang.Runnable

Sends the new password to the server and gets the response

Version:
1.0
Author:
Adam Olsen

Constructor Summary
ChangePasswordDialog.PasswordChangeThread(java.lang.String p)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangePasswordDialog.PasswordChangeThread

public ChangePasswordDialog.PasswordChangeThread(java.lang.String p)
Method Detail

run

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