com.insightful.splus.client
Class ClientLoginDialog.LoginWorker
java.lang.Object
com.insightful.splus.client.SwingWorker
com.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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_ex
protected Exception m_ex
m_pflCurrent
protected SessionProfile m_pflCurrent
ClientLoginDialog.LoginWorker
public ClientLoginDialog.LoginWorker(SessionProfile pfl)
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
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.