S-PLUS Connect/Java v1.0

com.insightful.splus.client
Class ClientLoginDialog.LoginWorker

java.lang.Object
  extended bycom.insightful.splus.client.SwingWorker
      extended bycom.insightful.splus.client.ClientLoginDialog.LoginWorker
Enclosing class:
ClientLoginDialog

protected class ClientLoginDialog.LoginWorker
extends SwingWorker

Log in on a separate thread so the GUI remains responsive. The SwingWorker base class (from Sun) handles all the threading issues.


Field Summary
protected  Exception m_ex
           
protected  SessionProfile m_pflCurrent
           
 
Constructor Summary
ClientLoginDialog.LoginWorker(SessionProfile pfl)
           
 
Method Summary
 Object construct()
          Compute the value to be returned by the get method.
 void finished()
          Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
 
Methods inherited from class com.insightful.splus.client.SwingWorker
get, getValue, interrupt, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_ex

protected Exception m_ex

m_pflCurrent

protected SessionProfile m_pflCurrent
Constructor Detail

ClientLoginDialog.LoginWorker

public ClientLoginDialog.LoginWorker(SessionProfile pfl)
Method Detail

construct

public Object construct()
Description copied from class: SwingWorker
Compute the value to be returned by the get method.

Specified by:
construct in class SwingWorker

finished

public void finished()
Description copied from class: SwingWorker
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.

Overrides:
finished in class SwingWorker

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.